diff --git a/src/views/community/CommunityList.vue b/src/views/community/CommunityList.vue index c5f1d2e..8a1b1f9 100644 --- a/src/views/community/CommunityList.vue +++ b/src/views/community/CommunityList.vue @@ -174,8 +174,9 @@ @ok="handleDeliveryPriceSave" @cancel="handleDeliveryPriceCancel" :confirmLoading="deliveryPriceSaving" + width="480px" > - + label) { + font-size: 14px; + height: 22px; +} + +.delivery-price-form :deep(.ant-input-number) { + width: 100% !important; +} + +.delivery-price-form .form-item-tip { + margin-top: 2px; + font-size: 12px; + color: rgba(0, 0, 0, 0.45); + line-height: 1.2; +} \ No newline at end of file diff --git a/src/views/coupon/ActivityList.vue b/src/views/coupon/ActivityList.vue index 58581e8..777c43d 100644 --- a/src/views/coupon/ActivityList.vue +++ b/src/views/coupon/ActivityList.vue @@ -55,6 +55,7 @@ :model="formState" :rules="rules" layout="vertical" + class="coupon-activity-form" > @@ -144,31 +146,36 @@ - - - - - - - + + + + + + + + + + + +