master
tangyi 2022-04-01 18:28:25 +08:00
parent 0d604cc8e1
commit 8e65b1c87b
3 changed files with 3 additions and 4 deletions

View File

@ -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;

View File

@ -378,7 +378,6 @@
align-items: center;
padding-top: 20rpx;
border-left: 2rpx solid #999999;
font-weight: 550;
}
.record-content .list .li::before {
content: '';

View File

@ -739,7 +739,7 @@ flex: 1;
height: 14rpx;
background-color: #999999;
border-radius: 100%;
}x
}
.record-content .list .activeTrack {
color: #0084ff;
padding-top: 0rpx;