Commit 710a26fb authored by 沈翠玲's avatar 沈翠玲

修改颜色

parent 2ac1643d
...@@ -114,7 +114,7 @@ const ProgressTable: React.FC<ProgressTableProps> = ({ ...@@ -114,7 +114,7 @@ const ProgressTable: React.FC<ProgressTableProps> = ({
{item.processList.map((processitem: any, processindex: number) => ( {item.processList.map((processitem: any, processindex: number) => (
<div className={styles.process_item} key={processindex} style={{ <div className={styles.process_item} key={processindex} style={{
height: rowHight, height: rowHight,
background: processitem.state === 2 ? '#ff0000' : processitem.state === 1 ? '#009242' : 'transparent' background: processitem.state === 2 ? '#ffc000' : processitem.state === 1 ? '#009242' : 'transparent'
}}> }}>
<div className={styles.cell}>{processitem.processName}</div> <div className={styles.cell}>{processitem.processName}</div>
<div className={styles.process_value}> <div className={styles.process_value}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment