master
271556543@qq.com 3 years ago
parent ef0fcf85a2
commit 8490739059

@ -117,7 +117,7 @@
</view> </view>
<!-- 打卡记录 --> <!-- 打卡记录 -->
<view class="logs" v-show="detail.logs.length > 0"> <view class="logs" v-if="detail.logs && detail.logs.length > 0">
<view class="title"> <view class="title">
打卡记录 打卡记录
</view> </view>
@ -131,6 +131,7 @@
<view> <view>
<view class="u-order-desc">{{typeFormat(item.type)}}</view> <view class="u-order-desc">{{typeFormat(item.type)}}</view>
<view class="u-order-time">{{item.created_at}}</view> <view class="u-order-time">{{item.created_at}}</view>
<view class="u-order-address">{{item.address}}</view>
</view> </view>
</template> </template>
</u-time-line-item> </u-time-line-item>
@ -845,6 +846,11 @@
margin: 46rpx auto; margin: 46rpx auto;
} }
.u-order-address {
color: rgb(140, 140, 140);
font-size: 25rpx;
}
::v-deep .u-checkbox__icon-wrap--disabled--checked text { ::v-deep .u-checkbox__icon-wrap--disabled--checked text {
color: #1d5cba !important; color: #1d5cba !important;
} }

Loading…
Cancel
Save