|
@@ -14,9 +14,9 @@
|
|
|
</view>
|
|
|
<text v-if="item.comments || item.taskTargetPhotoList" class="item-btn" @click="getComments(item)">查看评论</text>
|
|
|
</view>
|
|
|
- <view class="item-footer">
|
|
|
+ <!-- <view class="item-footer">
|
|
|
考核时间:2020-09-09 14:29
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<u-empty text="暂无数据" img-width="120" v-if="evaluationItemsList.length == 0" mode="list"></u-empty>
|
|
|
</scroll-view>
|
|
@@ -107,21 +107,10 @@
|
|
|
margin-bottom: 12upx;
|
|
|
background-color: #fff;
|
|
|
position: relative;
|
|
|
- &:before{
|
|
|
- content: '';
|
|
|
- background-color: #fff;
|
|
|
- width: 8upx;
|
|
|
- height: 50upx;
|
|
|
- display: block;
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 18upx;
|
|
|
- }
|
|
|
}
|
|
|
.item-tit.active{
|
|
|
- &:before{
|
|
|
- background-color: #fa3534;
|
|
|
- }
|
|
|
+ border-right: 1px solid #00aaff;
|
|
|
+ color: #00aaff;
|
|
|
}
|
|
|
}
|
|
|
}
|