Yannay месяцев назад: 2
Родитель
Сommit
9e34f38339

+ 1 - 2
pages/orderDetailNew/components/pageThree.vue

@@ -70,8 +70,7 @@
70
             <view class="payment-section">
70
             <view class="payment-section">
71
                 <view class="payment-total-container">
71
                 <view class="payment-total-container">
72
                     <text class="payment-label">支付总额</text>
72
                     <text class="payment-label">支付总额</text>
73
-                    <u-input v-model="paymentAmount" placeholder="0.00" class="payment-amount" type="number" decimal="2"
74
-                        prefix="¥" />
73
+                    <u-input v-model="paymentAmount" class="payment-amount" type="number" decimal="2" prefix="¥" />
75
                 </view>
74
                 </view>
76
 
75
 
77
                 <view class="payment-buttons-row">
76
                 <view class="payment-buttons-row">

+ 4 - 4
pages/orderDetailNew/components/pageTwo.vue

@@ -924,7 +924,7 @@ u-checkbox {
924
     display: flex;
924
     display: flex;
925
     justify-content: center;
925
     justify-content: center;
926
     gap: 16rpx;
926
     gap: 16rpx;
927
-    margin: 16rpx 0;
927
+    margin: 5rpx 0;
928
     width: 100%;
928
     width: 100%;
929
     max-width: 800rpx;
929
     max-width: 800rpx;
930
 }
930
 }
@@ -933,7 +933,7 @@ u-checkbox {
933
     flex: 1;
933
     flex: 1;
934
     border-radius: 12rpx;
934
     border-radius: 12rpx;
935
     font-size: 36rpx;
935
     font-size: 36rpx;
936
-    padding: 20rpx 0;
936
+    padding: 10rpx 0;
937
     min-width: 0;
937
     min-width: 0;
938
     text-align: center;
938
     text-align: center;
939
     color: #ffffff;
939
     color: #ffffff;
@@ -977,7 +977,7 @@ u-checkbox {
977
     background-color: #f5f7fa;
977
     background-color: #f5f7fa;
978
     border: 2rpx solid #e5e7eb;
978
     border: 2rpx solid #e5e7eb;
979
     border-radius: 12rpx;
979
     border-radius: 12rpx;
980
-    padding: 20rpx 24rpx;
980
+    padding: 0rpx 24rpx;
981
     box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
981
     box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
982
     display: flex;
982
     display: flex;
983
     align-items: center;
983
     align-items: center;
@@ -1001,7 +1001,7 @@ u-checkbox {
1001
 // 价格输入框样式
1001
 // 价格输入框样式
1002
 .price-input {
1002
 .price-input {
1003
     width: 100%;
1003
     width: 100%;
1004
-    height: auto;
1004
+    // height: auto;
1005
     border: none;
1005
     border: none;
1006
     outline: none;
1006
     outline: none;
1007
     background-color: transparent;
1007
     background-color: transparent;