This commit is contained in:
yunkexin 2025-11-19 17:40:03 +08:00
parent 0e25699153
commit e3f93fd345
2 changed files with 21 additions and 3 deletions

View File

@ -187,6 +187,22 @@
margin-left: 25px;
}
.stepxOver {
width: 120px;
height: 40px;
background-color: #303133;
color: white;
border: 1px solid white;
/* border: 1px solid #ddd; */
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
position: relative;
border-radius: 50px;
margin-left: 25px;
}
/* 未处理 */
.stepxEnable {
/* margin-right: 15px; */

View File

@ -138,10 +138,12 @@ class SK006ShowOperateLog extends React.Component {
<div
className={
item1.STATUS == 0
? styles.stepxEnable
? styles.stepxEnable //hui
: item1.STATUS == 5
? styles.stepx
: styles.stepxOutTime
? styles.stepx //lv
: item1.STATUS == 10
? styles.stepxOutTime //cheng
: styles.stepx //hei
}
id="step20"
>