From 51ad5f8d2c0bd25531e3a2907a3726180ab758fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EB=A7=8C=EC=96=B5=20=28Jo=29?= Date: Wed, 26 Nov 2025 06:00:33 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=94=94=EC=9E=90=EC=9D=B8QA=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0=20=EB=B0=8F=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/blocks/DatePicker.vue | 2 +- layers/templates/FxCoupon01/index.vue | 6 +- layers/templates/FxDownload01/index.vue | 128 +++++++++++++++--------- 3 files changed, 83 insertions(+), 53 deletions(-) diff --git a/layers/components/blocks/DatePicker.vue b/layers/components/blocks/DatePicker.vue index 2cf9dc2..68c82a6 100644 --- a/layers/components/blocks/DatePicker.vue +++ b/layers/components/blocks/DatePicker.vue @@ -626,7 +626,7 @@ body .date-picker-menu-wrap .dp__calendar_item { padding: 2px 4px !important; } body .date-picker-menu-wrap .dp__cell_inner { - padding: 8px !important; + padding: 0px !important; border-radius: 100% !important; outline: none !important; border: none !important; diff --git a/layers/templates/FxCoupon01/index.vue b/layers/templates/FxCoupon01/index.vue index fc882c0..b10b139 100644 --- a/layers/templates/FxCoupon01/index.vue +++ b/layers/templates/FxCoupon01/index.vue @@ -521,10 +521,6 @@ onMounted(async () => { @click="handleCouponUse" > {{ tm('Coupon_Registration') }} - @@ -804,7 +800,7 @@ onMounted(async () => {