|
|
@@ -42,7 +42,6 @@
|
|
|
<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>
|
|
|
</view>
|
|
|
|
|
|
<view class="rcv-pay-block">
|
|
|
@@ -1301,7 +1300,7 @@ export default {
|
|
|
|
|
|
.calc-formula {
|
|
|
min-height: 88upx;
|
|
|
- font-size: 38upx;
|
|
|
+ font-size: 42upx;
|
|
|
color: #333;
|
|
|
text-align: center;
|
|
|
line-height: 1.45;
|
|
|
@@ -1318,20 +1317,20 @@ export default {
|
|
|
}
|
|
|
|
|
|
.calc-placeholder {
|
|
|
- font-size: 32upx;
|
|
|
+ font-size: 36upx;
|
|
|
color: #9aa4b2;
|
|
|
}
|
|
|
|
|
|
.calc-num {
|
|
|
- font-size: 42upx;
|
|
|
+ font-size: 46upx;
|
|
|
font-weight: 600;
|
|
|
color: #1a1a1a;
|
|
|
}
|
|
|
|
|
|
.calc-op {
|
|
|
- font-size: 42upx;
|
|
|
+ font-size: 46upx;
|
|
|
font-weight: 700;
|
|
|
- color: $mainColor;
|
|
|
+ color: #1a1a1a;
|
|
|
}
|
|
|
|
|
|
.calc-total-row {
|
|
|
@@ -1406,13 +1405,6 @@ export default {
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
-.customer-strip-action {
|
|
|
- font-size: 32upx;
|
|
|
- color: $mainColor;
|
|
|
- flex-shrink: 0;
|
|
|
- margin-left: 12upx;
|
|
|
-}
|
|
|
-
|
|
|
.rcv-pay-block {
|
|
|
margin-top: 12upx;
|
|
|
padding: 22upx 20upx;
|