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