zhanghui 1 год назад
Родитель
Сommit
14dadfef42

+ 6 - 1
pages/groupbuying_details/index.vue

@@ -134,7 +134,7 @@
 													<text class="line-thr">{{item.salePrice}}</text>
 												</view>
 
-												<view>
+												<view class="u-number-box">
 													<u-number-box :disabled="!isShowBottom" :min=0 :max="10" v-model="storeInfo.goodsList[index].num" @change="addGoodsNum"></u-number-box>
 												</view>
 											</view>
@@ -2500,6 +2500,7 @@ action-sheet-item {
 			font-size: 24rpx;
 			font-weight: 400;
 			color: #999999;
+			margin-right: 25rpx;
 			line-height: 44rpx;
 		}
 	}
@@ -2569,6 +2570,7 @@ action-sheet-item {
 			font-size: 24rpx;
 			font-weight: 400;
 			color: #999999;
+			margin-right: 25rpx;
 			line-height: 44rpx;
 		}
 	}
@@ -2755,5 +2757,8 @@ action-sheet-item {
 		height: auto !important;
 		padding: 1rpx;
 	}
+	.u-number-box{
+		margin-right: 20rpx;
+	}
 </style>
 

+ 6 - 4
pages/groupbuying_details/order_details_confirm/index.vue

@@ -15,7 +15,7 @@
 							<text class="red"> ¥{{item.discountPrice}}</text>
 						</view>
 
-						<view>
+						<view class="u-number-box">
 							<u-number-box :name="item.id" :min="0" :max="10" v-model="grouponOrderData.goodsInfos[index].num" @change="calGoodsPrice"></u-number-box>
 						</view>
 					</view>
@@ -50,7 +50,7 @@
 								</view>
 								<view class="am1-2">
 									距您{{selfTake.distanceDesc}}
-									<image src="http://www.gzzzyd.com/groupon/order_details/导航图标@2x.png" mode="scaleToFill"  @click="openmap(selfTake)" />
+									<image src="http://www.gzzzyd.com/groupon/order_details/距离@2x.png" mode="scaleToFill"  @click="openmap(selfTake)" />
 								</view>
 							</view>
 							<view class="am2">
@@ -1983,7 +1983,7 @@ export default {
 	}
 
 	.a-m {
-		padding: 0 30rpx;
+		padding: 0 20rpx;
 
 		.am1 {
 			display: flex;
@@ -2215,7 +2215,9 @@ export default {
 		white-space: nowrap;
 		line-height: 28rpx;
 	}
-
+.u-number-box{
+	margin-right: 20rpx;
+}
 
 
 </style>