Commit 39dea40e authored by jiangzijing's avatar jiangzijing

fix:jobCost统一样式

parent 54e669a0
......@@ -395,7 +395,7 @@ const ProjectMembers = observer(() => {
</Box>
<Box className={styles.tabBoxMiddle}>
<img alt="" src={jobCost} />
<div className={styles.tabBoxTime}>{item.jobCost}</div>
<div className={styles.tabBoxTime}>{item.jobCost.toFixed(2)}</div>
</Box>
<Box className={styles.tabBoxJobStatus}>
<img alt="" src={renderStatusIcon(item.state)} />
......
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