|
@@ -54,6 +54,7 @@
|
|
|
<view class="" style="margin-top: 30rpx; display: flex; justify-content: space-between">
|
|
|
<view style="width: 100%; margin: auto">
|
|
|
<!-- <Segmented activeColor="#c87d5a" :current="item.status" :target="item" :values="displayedItems" @clickItem="onClickItem" styleType="button"></Segmented> -->
|
|
|
+ <view class="fzdj"></view>
|
|
|
<Segmented
|
|
|
activeColor="#c87d5a"
|
|
|
:current="taskDetails.patrolTaskAnnexList[index].status"
|
|
@@ -422,6 +423,13 @@ export default {
|
|
|
padding-left: 20rpx;
|
|
|
padding-right: 20rpx;
|
|
|
}
|
|
|
+.fzdj {
|
|
|
+ width: 100%;
|
|
|
+ height: 40px;
|
|
|
+ background-color: transparent;
|
|
|
+ position: absolute;
|
|
|
+ z-index: 1;
|
|
|
+}
|
|
|
.tit_box {
|
|
|
width: 530rpx;
|
|
|
display: flex;
|