|
|
@@ -100,7 +100,7 @@
|
|
|
|
|
|
<view class="pay-submit-row">
|
|
|
<view class="pay-submit-btn pay-submit-btn-outline" @tap.stop="stashCurrent">暂存</view>
|
|
|
- <view class="pay-submit-btn" @tap.stop="submitCashierPay">提交收款</view>
|
|
|
+ <view class="pay-submit-btn" @tap.stop="submitCashierPay">提交</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="safe-bottom-spacer" />
|
|
|
@@ -1535,7 +1535,7 @@ export default {
|
|
|
flex: 1;
|
|
|
text-align: center;
|
|
|
font-size: 30upx;
|
|
|
- padding: 22upx 20upx;
|
|
|
+ padding: 30upx 22upx;
|
|
|
background: #09c567;
|
|
|
color: #fff;
|
|
|
border-radius: 12upx;
|
|
|
@@ -1553,7 +1553,7 @@ export default {
|
|
|
border-radius: 12upx;
|
|
|
text-align: center;
|
|
|
font-size: 30upx;
|
|
|
- padding: 22upx 20upx;
|
|
|
+ padding: 30upx 22upx;
|
|
|
box-sizing: border-box;
|
|
|
margin-right: 12upx;
|
|
|
}
|