瀏覽代碼

页面优化

linbl 6 月之前
父節點
當前提交
63170fa50b
共有 2 個文件被更改,包括 8 次插入6 次删除
  1. 3 1
      pages/market/order/order.vue
  2. 5 5
      pages/market/two/detail.vue

+ 3 - 1
pages/market/order/order.vue

@@ -237,7 +237,9 @@
 	page {
 		background-color: $pg;
 	}
-
+.goodsList .item .con {
+    width: 97%;
+}
 	.state {
 		margin-right: -70px;
 	}

+ 5 - 5
pages/market/two/detail.vue

@@ -12,15 +12,15 @@
 					<view class="clear"></view>
 				</view>
 				<view class="item">
-					<text class="desc">计价单位</text>
+					<text class="desc">计价单位</text>
 					<text>{{ item.goodsUnit }}</text>
 				</view>
 				<view class="item">
-					<text class="desc">商品重量</text>
+					<text class="desc">商品重量</text>
 					<text>{{ item.netWet }}</text>
 				</view>
 				<view class="item">
-					<text class="desc">单价</text>
+					<text class="desc">单价</text>
 					<text>{{ item.singlePrice }}</text>
 				</view>
 				<view class="item">
@@ -33,7 +33,7 @@
 					<text>{{ item.leaderName }}</text>
 				</view>
 				<view class="item">
-					<text class="desc">联系号码</text>
+					<text class="desc">联系号码</text>
 					<text>{{item.leaderPhone}}</text>
 				</view>
 				<view class="item">
@@ -42,7 +42,7 @@
 					<view class="clear"></view>
 				</view>
 				<view class="item" style="padding-top: 0px">
-					<text class="desc">订单编号</text>
+					<text class="desc">订单编号</text>
 					<text>{{ item.orderNo }}</text>
 				</view>
 				<view class="item">