소스 검색

优化开单

jf 5 년 전
부모
커밋
1a9d5a8b4f
2개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 6 4
      ghsApp/src/admin/billing/index.vue
  2. 1 1
      ghsApp/src/components/module/app-commodity.vue

+ 6 - 4
ghsApp/src/admin/billing/index.vue

@@ -15,7 +15,7 @@
 						<text v-if="getSelectClassById(item.classId).smallCount > 0">{{ getSelectClassById(item.classId).smallCount }}</text>
 					</text>
 				</div>
-				<view style="height: 200rpx"></view>
+				<view style="height: 240rpx"></view>
 				<view class="switchover-unit" @tap="isSmallCount = !isSmallCount">{{isSmallCount?'支':'扎'}}</view>
 			</scroll-view>
 
@@ -295,16 +295,18 @@ export default {
 		}
 		.switchover-unit{
 			position: fixed;
-			left: calc(170rpx / 2 - 30rpx);
+			left: calc(170rpx / 2 - 50rpx);
 			bottom: 140rpx;
 			display: flex;
 			align-items: center;
 			justify-content: center;
-			width: 60rpx;
-			height: 60rpx;
+			width: 100rpx;
+			height: 100rpx;
 			color: #FFFFFF;
 			background: #4b8cf4;
 			border-radius: 50%;
+			font-size: 32rpx;
+			font-weight: 700;
 			z-index: 2;
 		}
 	}

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

@@ -3,7 +3,7 @@
 <!--		<view class="img_bx" @click="addEvents">-->
 <!--			<app-img  :src="info.cover" alt="商品图" mode="aspectFit" :height="160" />-->
 <!--		</view>-->
-		<view class="img_bx">
+		<view class="img_bx" @click="addEvents">
 			<image :src="info.cover"></image>
 		</view>
 		<view class="cmd-info_bx">