From 7c392fb9eba9ad407afec9cbbf51e1cc1757775e Mon Sep 17 00:00:00 2001 From: clkim Date: Wed, 26 Nov 2025 15:29:37 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20GR=5FDETAIL=5F01=20=EB=84=A4=EB=B9=84?= =?UTF-8?q?=EA=B2=8C=EC=9D=B4=EC=85=98=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EB=84=98=EC=B9=98=EB=8A=94=20=EC=9D=B4=EC=8A=88=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/templates/GrDetail01/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/templates/GrDetail01/index.vue b/layers/templates/GrDetail01/index.vue index f15dd24..88c79f9 100644 --- a/layers/templates/GrDetail01/index.vue +++ b/layers/templates/GrDetail01/index.vue @@ -128,7 +128,7 @@ const handleSplideMove = (_splide: SplideType, newIndex: number) => { background-color: var(--pagination-disabled); } .item-title { - @apply hidden absolute -bottom-[46px] left-1/2 -translate-x-1/2 whitespace-nowrap text-sm font-medium transition-[color] duration-300 ease-in-out md:block; + @apply hidden absolute -bottom-[46px] left-1/2 max-w-[184px] line-clamp-1 text-ellipsis whitespace-nowrap text-sm font-medium -translate-x-1/2 transition-[color] duration-300 ease-in-out md:block; color: var(--pagination-disabled); } .progress-bar {