Browse Source

修改

master
lidan 2 years ago
parent
commit
1a0aa4273e
  1. 18
      pages/customer/customer.vue

18
pages/customer/customer.vue

@ -11,12 +11,10 @@
<uni-list class="custom-list">
<u-card class="custom-card" v-for="(val,index) in list"
:show-foot="false" :show-head="false">
<view slot="body" class="u-body-title">企业名称{{val.unitName}}</view>
<view slot="body" class="u-body-item-desc">日期{{val.siginDate}}</view>
<!-- <view slot="body" class="u-body-item-desc">应打卡{{val.num}}</view> -->
<view slot="body" class="u-body-item-desc">打卡时间</view>
<view slot="body" class="u-body-item-desc" style="display: flex;justify-content: space-between;width: 70%;margin-left: 10%;">
<view class="u-body-item-desc" v-for="item in val.ut.split(',')" >{{item}}</view>
<view slot="body"><span class="u-body-title">企业名称</span><span class="u-body-item-desc">{{val.unitName}}</span></view>
<view slot="body"><span class="u-body-title">日期</span><span class="u-body-item-desc">{{val.siginDate}}</span></view>
<view slot="body"><span class="u-body-title">打卡时间</span>
<span class="u-body-item-desc" v-for="item in val.ut.split(',')" >{{item}}</span>
</view>
</u-card>
</uni-list>
@ -115,8 +113,10 @@
}
}
.u-body-title {
font-size: 32rpx;
font-size: 28rpx;
color: #333;
font-weight: 550;
padding: 8rpx 0;
}
.u-body-item {
@ -126,7 +126,9 @@
.u-body-item-desc {
font-size: 28rpx;
color: #555;
padding: 0rpx;
padding: 8rpx;
float: right;
font-weight: 0;
}
.u-body-item image {

Loading…
Cancel
Save