From 83d1010079130e1fe7e3884b05b714ae8c0d2fb6 Mon Sep 17 00:00:00 2001 From: clkim Date: Tue, 2 Dec 2025 12:29:52 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20[PWT-145,=20PWT-146]=20=ED=85=8D?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EB=A7=90=EC=A4=84=EC=9E=84=ED=91=9C=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/assets/css/components/_layout.css | 10 +++++----- layers/components/widgets/Description.vue | 2 +- layers/components/widgets/FixMainTitle.vue | 2 +- layers/components/widgets/FixSubTitle.vue | 6 +++--- layers/templates/FxCoupon01/index.vue | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/layers/assets/css/components/_layout.css b/layers/assets/css/components/_layout.css index dff5bce..9db2d2a 100644 --- a/layers/assets/css/components/_layout.css +++ b/layers/assets/css/components/_layout.css @@ -27,18 +27,18 @@ /* 표준형 Title Classes */ .title-xlg { - @apply line-clamp-4 text-[24px] font-[700] tracking-[-0.82px] leading-[34px] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] md:tracking-[-1.5px] md:line-clamp-3 md:text-[50px] md:leading-[70px]; + @apply text-[24px] font-[700] tracking-[-0.82px] leading-[34px] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] md:tracking-[-1.5px] md:text-[50px] md:leading-[70px]; } .title-lg { - @apply line-clamp-4 text-[20px] font-[700] tracking-[-0.6px] leading-[30px] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] md:tracking-[-1.26px] md:line-clamp-3 md:text-[42px] md:leading-[56px]; + @apply text-[20px] font-[700] tracking-[-0.6px] leading-[30px] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] md:tracking-[-1.26px] md:text-[42px] md:leading-[56px]; } .title-md { - @apply line-clamp-2 text-[16px] font-[500] tracking-[-0.48px] leading-[24px] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] md:tracking-[-0.72px] md:line-clamp-1 md:text-[24px] md:leading-[34px]; + @apply text-[16px] font-[500] tracking-[-0.48px] leading-[24px] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] md:tracking-[-0.72px] md:text-[24px] md:leading-[34px]; } .title-sm { - @apply line-clamp-4 text-[15px] font-[500] leading-[24px] tracking-[-0.45px] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] md:tracking-[-0.6px] md:line-clamp-3 md:text-[20px] md:leading-[30px]; + @apply text-[15px] font-[500] leading-[24px] tracking-[-0.45px] drop-shadow-[0_2px_2px_rgba(0,0,0,0.6)] md:tracking-[-0.6px] md:text-[20px] md:leading-[30px]; } .title-xs { - @apply line-clamp-1 text-[14px] font-[500] leading-[20px] tracking-[-0.42px] md:text-[18px] md:leading-[26px] md:tracking-[-0.54px]; + @apply text-[14px] font-[500] leading-[20px] tracking-[-0.42px] md:text-[18px] md:leading-[26px] md:tracking-[-0.54px]; } } diff --git a/layers/components/widgets/Description.vue b/layers/components/widgets/Description.vue index f26c7ee..ad29677 100644 --- a/layers/components/widgets/Description.vue +++ b/layers/components/widgets/Description.vue @@ -14,6 +14,6 @@ const props = defineProps<{ diff --git a/layers/components/widgets/FixMainTitle.vue b/layers/components/widgets/FixMainTitle.vue index 9e527e7..f8e484b 100644 --- a/layers/components/widgets/FixMainTitle.vue +++ b/layers/components/widgets/FixMainTitle.vue @@ -22,7 +22,7 @@ const imageSrc = computed(() => { class="flex justify-center items-center w-full max-w-full md:justify-start md:max-w-[1300px]" > {{ props.title }} diff --git a/layers/components/widgets/FixSubTitle.vue b/layers/components/widgets/FixSubTitle.vue index 48cde89..96bda1b 100644 --- a/layers/components/widgets/FixSubTitle.vue +++ b/layers/components/widgets/FixSubTitle.vue @@ -41,13 +41,13 @@ const componentProps = computed(() => {