roose 4 năm trước cách đây
mục cha
commit
a2509e96fa

+ 1 - 1
pages/visitandinfo/visitandinfo.wxml

@@ -21,7 +21,7 @@
 						<van-tab title="审核完成"></van-tab>
 						<van-tab title="审核失败"></van-tab>
 					</van-tabs>
-					<view>共<text class="number">{{listData.length}}</text>条采集数据</view>
+					<view class="zizi">共<text class="number">{{listData.length}}</text>条采集数据</view>
 					<view class="tr">
 						<view class="th td22">
 							<checkbox bindtap="selectall" />

+ 9 - 4
pages/visitandinfo/visitandinfo.wxss

@@ -36,7 +36,7 @@
   width: 1200rpx;
   margin-left: 0rpx;
   color: #606266;
-  
+
 }
 
 .tr {
@@ -126,11 +126,16 @@ checkbox .wx-checkbox-input {
 }
 
 .idcard {
- display: flex;
- flex-wrap: wrap; 
- width: 100%;
+  display: flex;
+  flex-wrap: wrap;
+  width: 100%;
 }
 
 .oldzi {
   color: #84CD5F;
+}
+
+.zizi {
+  font-size: 28rpx;
+  margin: 15rpx 0;
 }