Compare commits
No commits in common. "42f7f1bf09587e6010e6d47dab976f3e247e29c8" and "504b23f7bb2ed35b8c9d987bf98e504f71a78080" have entirely different histories.
42f7f1bf09
...
504b23f7bb
@ -187,22 +187,6 @@
|
|||||||
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,12 +138,10 @@ class SK006ShowOperateLog extends React.Component {
|
|||||||
<div
|
<div
|
||||||
className={
|
className={
|
||||||
item1.STATUS == 0
|
item1.STATUS == 0
|
||||||
? styles.stepxEnable //hui
|
? styles.stepxEnable
|
||||||
: item1.STATUS == 5
|
: item1.STATUS == 5
|
||||||
? styles.stepx //lv
|
? styles.stepx
|
||||||
: item1.STATUS == 10
|
: styles.stepxOutTime
|
||||||
? styles.stepxOutTime //cheng
|
|
||||||
: styles.stepx //hei
|
|
||||||
}
|
}
|
||||||
id="step20"
|
id="step20"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user