Browse Source

样式修改

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

+ 4 - 2
pages/shopTourRecord/shopTourRecord.vue

@@ -1,7 +1,9 @@
 <template>
 	<view class="shopTourRecord-wrap">
 		<!-- 筛选条件 -->
-		<screenModule class="screenModule" :defaultParams="searchForm" @refresh="refresh" />
+		<view class="screenModule">
+			<screenModule :defaultParams="searchForm" @refresh="refresh" />
+		</view>
 		<!-- 列表数据 -->
 		<view class="list-con">
 			<view class="record-con">
@@ -12,7 +14,7 @@
 					<view class="record-item" v-for="(item,index) in list" :key="index" @click="getDetails(item)">
 						<view class="item-head">
 							<text class="item-c-tit">{{item.storeName}}</text>
-							<u-tag class="item-c-type" :text="item.status | taskStatus" :type="item.status | statusCls" />
+							<u-tag size="mini" mode="plain" shape="circle" class="item-c-type" :text="item.status | taskStatus" :type="item.status | statusCls" />
 						</view>
 						<view class="item-main">
 							<text class="item-tit">巡店人:</text>

+ 1 - 7
pages/spotCheckCenter/spotChecking.vue

@@ -15,9 +15,7 @@
 						:key="item.id">
 							<view class="check-row" @click="viewRow(item)">
 								<view>{{ item.storeName }}</view>
-								<view>
-								  <u-tag size="mini" mode="plain" shape="circle" :text="item.statusDictValue" :type="item.status | statusCls" />
-								</view>
+								<u-tag size="mini" mode="plain" shape="circle" class="item-c-type" :text="item.statusDictValue" :type="item.status | statusCls" />
 							</view>
 							<view class="check-row" @click="viewRow(item)">
 								<view>
@@ -258,7 +256,6 @@ page {
 				}
 				.item-c-type{
 					flex-shrink: 0;
-					border-radius: 6upx;
 				}
 				.action {
 					margin: 0 6rpx;
@@ -287,9 +284,6 @@ page {
 						font-size: 28upx;
 					}
 				}
-				.u-tag {
-					border-radius: 0;
-				}
 				.uni-icons {
 					margin: 0 5upx;
 				}