1
This commit is contained in:
parent
0e25699153
commit
e3f93fd345
@ -187,6 +187,22 @@
|
|||||||
margin-left: 25px;
|
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 {
|
.stepxEnable {
|
||||||
/* margin-right: 15px; */
|
/* margin-right: 15px; */
|
||||||
|
|||||||
@ -138,10 +138,12 @@ class SK006ShowOperateLog extends React.Component {
|
|||||||
<div
|
<div
|
||||||
className={
|
className={
|
||||||
item1.STATUS == 0
|
item1.STATUS == 0
|
||||||
? styles.stepxEnable
|
? styles.stepxEnable //hui
|
||||||
: item1.STATUS == 5
|
: item1.STATUS == 5
|
||||||
? styles.stepx
|
? styles.stepx //lv
|
||||||
: styles.stepxOutTime
|
: item1.STATUS == 10
|
||||||
|
? styles.stepxOutTime //cheng
|
||||||
|
: styles.stepx //hei
|
||||||
}
|
}
|
||||||
id="step20"
|
id="step20"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user