From 4c03b09278e40931f32b4254e673578ccc3f263a Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 11 Mar 2025 00:36:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/community/CommunityList.vue | 192 +++++++++++--------------- src/views/coupon/ActivityList.vue | 120 ++++++++++++---- 2 files changed, 175 insertions(+), 137 deletions(-) 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 @@ - - - - - - - + + + + + + + + + + + +