Browse Source

bug 修复

lilei 4 years ago
parent
commit
3a8f562718
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/videoShopTour/videoShopTour.vue

+ 2 - 2
pages/videoShopTour/videoShopTour.vue

@@ -22,7 +22,7 @@
 						<text class="listData-item-l-name">{{item.name}}</text>
 					</view>
 					<view class="listData-item-r">
-						<u-icon class="listData-item-r-icon" name="yuanchengxundian" custom-prefix="xd-icon" size="40" color="#2b85e4"></u-icon>
+						<u-icon class="listData-item-r-icon" name="icon-xian-11" custom-prefix="xd-icon" size="24" color="#2b85e4"></u-icon>
 					</view>
 				</view>
 				<u-empty :text="noDataText" img-width="120" v-if="list.length == 0 && status != 'loading'" :margin-top="220" style="padding-bottom: 120px;" mode="list"></u-empty>
@@ -145,7 +145,7 @@
 					display: flex;
 					justify-content: space-between;
 					align-items: center;
-					padding: 20upx;
+					padding: 25upx 15upx;
 					border-bottom: 1px solid #F8F8F8;
 					background-color: #fff;
 					&-l{