Browse Source

样式修改

lilei 4 years ago
parent
commit
cf5076923f
2 changed files with 3 additions and 1 deletions
  1. 2 0
      pages/shopTourRecord/screenModule.vue
  2. 1 1
      pages/shopTourRecord/shopTourRecord.vue

+ 2 - 0
pages/shopTourRecord/screenModule.vue

@@ -206,6 +206,8 @@
 <style lang="scss">
 	.uDropdown-wrap{
 		height: 100%;
+		border-bottom: 1px solid #EEEEEE;
+		box-shadow: 1px 1px 3px #eeeeee;
 		// 筛选条件
 		.uDropdown{
 			background-color: #fff;

+ 1 - 1
pages/shopTourRecord/shopTourRecord.vue

@@ -46,7 +46,7 @@
 						</u-grid>
 					</view>
 					<u-empty :text="noDataText" style="height: auto;padding-top: 10vh;" img-width="120" v-if="list.length == 0 && status != 'loading'" mode="list"></u-empty>
-					<view v-if="total > pageSize || status == 'loading'" style="padding: 20upx;"><u-loadmore :status="status" /></view>
+					<view v-if="total > pageSize || status == 'loading'" style="padding:50px 20upx;"><u-loadmore :status="status" /></view>
 				</scroll-view>
 			</view>
 		</view>