lilei 4 éve
szülő
commit
2ef28f5506
1 módosított fájl, 6 hozzáadás és 2 törlés
  1. 6 2
      pages/spotCheckCenter/spotChecking.vue

+ 6 - 2
pages/spotCheckCenter/spotChecking.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="pagesCons">
 		<view class="tab-body">
-			<view><u-tabs-swiper ref="uTabs" :list="tabList" name="dispName" :current="current" @change="tabsChange" :is-scroll="false" swiperWidth="750"></u-tabs-swiper></view>
+			<view class="uTabs"><u-tabs-swiper ref="uTabs" :list="tabList" name="dispName" :current="current" @change="tabsChange" :is-scroll="false" swiperWidth="750"></u-tabs-swiper></view>
 			<swiper class="check-list" :current="swiperCurrent" @transition="transition" @change="swiperChange" @animationfinish="animationfinish">
 				<swiper-item 
 				class="swiper-item" 
@@ -223,8 +223,12 @@ page {
 	display: flex;
 	flex-direction: column;
 	.tab-body {
+		.uTabs{
+			border-bottom: 1px solid #EEEEEE;
+			box-shadow: 1px 1px 3px #eeeeee;
+		}
 		.check-list {
-			height: calc(100vh - 50px);
+			height: calc(100vh - 56px);
 		}
 		.check-order-list {
 			background: #ffffff;