浏览代码

bug 修复

lilei 4 年之前
父节点
当前提交
3a8f562718
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>
 						<text class="listData-item-l-name">{{item.name}}</text>
 					</view>
 					</view>
 					<view class="listData-item-r">
 					<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>
 				</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>
 				<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;
 					display: flex;
 					justify-content: space-between;
 					justify-content: space-between;
 					align-items: center;
 					align-items: center;
-					padding: 20upx;
+					padding: 25upx 15upx;
 					border-bottom: 1px solid #F8F8F8;
 					border-bottom: 1px solid #F8F8F8;
 					background-color: #fff;
 					background-color: #fff;
 					&-l{
 					&-l{