shish 5 лет назад
Родитель
Сommit
308bf05e7a

+ 2 - 1
ghsApp/src/components/module/app-commodity.vue

@@ -14,7 +14,7 @@
 						@click="delEvent"
 						v-if="bigCount > 0 || smallCount > 0"
 					></i>
-					<text class="num" @click="customNum" v-if="bigCount > 0 || smallCount > 0">
+					<text class="num" @click="customNum">
 						<text v-if="bigCount > 0 || smallCount > 0">{{ `${bigCount}` }}</text>
 						<text v-if="smallCount > 0">/</text>
 						<text v-if="smallCount > 0">{{ `${smallCount}` }}</text>
@@ -170,6 +170,7 @@ export default {
 				& > .num {
 					display: inline-block;
 					width: 120rpx;
+					height:45rpx;
 					text-align:center;
 					margin: 0 8px;
 					color: #868686;

+ 4 - 4
ghsApp/src/pagesPurchase/components/CommodityPurchase.vue

@@ -135,7 +135,7 @@ export default {
 				align-items: center;
 				& .iconfont {
 					color: #4db0e4;
-					font-size: 50px;
+					font-size: 42px;
 				}
 				.icondelete {
 					margin: 0 10px 0 30px;
@@ -149,11 +149,11 @@ export default {
 					width: 120rpx;
 					text-align:center;
 					margin: 0 8px;
-					color: #5C5C5C;
+					color: #868686;
 					border-radius: 22px;
 					background-color: #f5f5f5;
-					padding: 10px 0;
-					font-size: 32rpx;
+					padding: 3px 0;
+					font-size: 30rpx;
 				}
 				.change-input {
 					width: 164px;