master
parent
0d604cc8e1
commit
8e65b1c87b
|
@ -227,7 +227,7 @@
|
|||
</view>
|
||||
<view class="record-content">
|
||||
<view class="title">
|
||||
维修追踪
|
||||
过程追踪
|
||||
</view>
|
||||
<view class="list">
|
||||
<view class="li pad-z40 fon27 col9" :class="index==0 ? 'activeTrack' : ''" v-for="(item,index) in 10" :key="index">
|
||||
|
@ -513,7 +513,7 @@
|
|||
height: 14rpx;
|
||||
background-color: #999999;
|
||||
border-radius: 100%;
|
||||
}x
|
||||
}
|
||||
.record-content .list .activeTrack {
|
||||
color: #0084ff;
|
||||
padding-top: 0rpx;
|
||||
|
|
|
@ -378,7 +378,6 @@
|
|||
align-items: center;
|
||||
padding-top: 20rpx;
|
||||
border-left: 2rpx solid #999999;
|
||||
font-weight: 550;
|
||||
}
|
||||
.record-content .list .li::before {
|
||||
content: '';
|
||||
|
|
|
@ -739,7 +739,7 @@ flex: 1;
|
|||
height: 14rpx;
|
||||
background-color: #999999;
|
||||
border-radius: 100%;
|
||||
}x
|
||||
}
|
||||
.record-content .list .activeTrack {
|
||||
color: #0084ff;
|
||||
padding-top: 0rpx;
|
||||
|
|
Loading…
Reference in New Issue