shish 2 months ago
parent
commit
15817b481a
1 changed files with 12 additions and 10 deletions
  1. 12 10
      ghsApp/src/admin/tools/calculator.vue

+ 12 - 10
ghsApp/src/admin/tools/calculator.vue

@@ -42,7 +42,7 @@
 					<view class="customer-strip" @tap.stop="pickCustomer">
 						<text class="customer-strip-label">客户</text>
 						<text class="customer-strip-name">{{ customerDisplayName }}</text>
-						<text class="customer-strip-action">修改</text>
+						<text class="customer-strip-action">修改客户</text>
 					</view>
 
 					<view class="rcv-pay-block">
@@ -712,7 +712,7 @@ export default {
 		},
 		ensureCalcModeForOps() {
 			if (this.keyboardTarget !== 'calc') {
-				this.$msg('请先点击上方「金额累加」区域')
+				this.$msg('请先点击上方计算器区域')
 				return false
 			}
 			return true
@@ -1350,13 +1350,15 @@ export default {
 	align-items: center;
 	background: #fff;
 	border-radius: 14upx;
-	padding: 22upx 24upx;
+	padding: 32upx 28upx;
+	min-height: 94upx;
+	box-sizing: border-box;
 	margin-top: 16upx;
 	border: 2upx solid #e5e9ef;
 }
 
 .customer-strip-label {
-	font-size: 26upx;
+	font-size: 34upx;
 	color: #9aa4b2;
 	flex-shrink: 0;
 }
@@ -1364,7 +1366,7 @@ export default {
 .customer-strip-name {
 	flex: 1;
 	min-width: 0;
-	font-size: 28upx;
+	font-size: 34upx;
 	font-weight: 600;
 	color: #1a1a1a;
 	margin-left: 16upx;
@@ -1374,7 +1376,7 @@ export default {
 }
 
 .customer-strip-action {
-	font-size: 26upx;
+	font-size: 32upx;
 	color: #09c567;
 	flex-shrink: 0;
 	margin-left: 12upx;
@@ -1390,7 +1392,7 @@ export default {
 }
 
 .rcv-pay-title {
-	font-size: 26upx;
+	font-size: 30upx;
 	color: #5c6573;
 	text-align: left;
 	margin-bottom: 12upx;
@@ -1415,10 +1417,10 @@ export default {
 .rcv-item-chip {
 	min-width: 140upx;
 	padding: 0 20upx;
-	height: 64upx;
-	line-height: 64upx;
+	height: 68upx;
+	line-height: 68upx;
 	text-align: center;
-	font-size: 26upx;
+	font-size: 28upx;
 	border: 2upx solid #e8edf3;
 	color: #3d4654;
 	border-radius: 10upx;