shish 2 luni în urmă
părinte
comite
f450210afc

+ 4 - 4
ghsPad/src/pages/home/components/console.vue

@@ -481,19 +481,19 @@ export default {
 		background-color:#3385FF;color:white;border-color:#3385FF;position:fixed;left:142upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:16upx;
 	}
 	& .hand-fast{
-		position:fixed;left:33upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:22upx;color: #3385FF;border-color: #3385FF;background-color:#fff;
+		position:fixed;left:33upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:18upx;color: #3385FF;border-color: #3385FF;background-color:#fff;
 	}
 	& .out-fast{
-		position:fixed;left:84upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:22upx;color: #3385FF;border-color: #3385FF;background-color:#fff;
+		position:fixed;left:84upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:18upx;color: #3385FF;border-color: #3385FF;background-color:#fff;
 	}
 	& .clear{
 		background-color:orange;color:white;border-color:orange;position:fixed;left:142upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:16upx;
 	}
 	& .hand{
-		position:fixed;left:36upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:22upx;color: orange;border-color: orange;background-color:#fff;
+		position:fixed;left:36upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:18upx;color: orange;border-color: orange;background-color:#fff;
 	}
 	& .out{
-		position:fixed;left:90upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:22upx;color: orange;border-color: orange;background-color:#fff;
+		position:fixed;left:90upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:18upx;color: orange;border-color: orange;background-color:#fff;
 	}
 	& .custom-fast{
 		position:fixed;left:32upx;bottom:66upx;width:189upx;height:20upx;line-height:5upx;font-size:13upx;background-color:white;color:#3385FF;font-weight:bold;border:none;

+ 2 - 2
ghsPad/src/pages/home/components/rightItem.vue

@@ -33,8 +33,8 @@
                     <view class="shop-info_price">
                         <view>
                             <view @click.stop="quickAddItem(item)">{{item.name}}</view>
-                            <view style="display:flex;justify-content: space-between;padding-right:2upx;">
-                                <text @click.stop="quickAddItem(item)">¥{{parseFloat(item.price)}}</text>
+                            <view style="display:flex;justify-content: space-between;padding-right:2upx;" @click.stop="quickAddItem(item)">
+                                <text>¥{{parseFloat(item.price)}}</text>
                                 <text v-if="Number(item.reachNumDiscount)>0 && Number(item.reachNum)>0" style="color:#FFEB3B;">{{ item.reachNum }}↓{{ item.reachNumDiscount?parseFloat(item.reachNumDiscount):0 }}</text>
                                 <text>剩{{parseFloat(item.stock)}}</text>
                             </view>

+ 4 - 4
hdPad/src/pages/home/components/console.vue

@@ -544,10 +544,10 @@ export default {
 		background-color:#09C567;color:white;border-color:#09C567;position:fixed;left:137upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:16upx;
 	}
 	& .hand-fast{
-		position:fixed;left:34upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:22upx;color: #09C567;border-color: #09C567;background-color:#fff;
+		position:fixed;left:34upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:18upx;color: #09C567;border-color: #09C567;background-color:#fff;
 	}
 	& .out-fast{
-		position:fixed;left:85upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:22upx;color: #09C567;border-color: #09C567;background-color:#fff;
+		position:fixed;left:85upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:18upx;color: #09C567;border-color: #09C567;background-color:#fff;
 	}
 	& .custom{
 		position:fixed;left:32upx;bottom:66upx;width:189upx;height:20upx;line-height:5upx;font-size:13upx;background-color:white;color:orange;font-weight:bold;border:none;
@@ -556,10 +556,10 @@ export default {
 		background-color:orange;color:white;border-color:orange;position:fixed;left:148upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:16upx;
 	}
 	& .hand{
-		position:fixed;left:36upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:22upx;color: orange;border-color: orange;background-color:#fff;
+		position:fixed;left:36upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:18upx;color: orange;border-color: orange;background-color:#fff;
 	}
 	& .out{
-		position:fixed;left:90upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:22upx;color: orange;border-color: orange;background-color:#fff;
+		position:fixed;left:90upx;bottom:13upx;width:50upx;height:50upx;box-sizing:border-box;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;font-size:18upx;color: orange;border-color: orange;background-color:#fff;
 	}
 }
 .hand-order-pop{

+ 2 - 2
hdPad/src/pages/home/components/rightItem.vue

@@ -31,8 +31,8 @@
                     <view class="shop-info_price">
                         <view>
                             <view @click.stop="quickAddItem(item)">{{item.name}}</view>
-                            <view style="display:flex;justify-content: space-between;padding-right:2upx;">
-                                <text @click.stop="quickAddItem(item)">¥{{parseFloat(item.price)}}</text>
+                            <view style="display:flex;justify-content: space-between;padding-right:2upx;" @click.stop="quickAddItem(item)">
+                                <text>¥{{parseFloat(item.price)}}</text>
                                 <text>剩{{parseFloat(item.stock)}}</text>
                             </view>
                         </view>