From 983e1b29c1298299bebfcc1bcdf2688d2c12f3d0 Mon Sep 17 00:00:00 2001 From: "younghoon100.park" Date: Tue, 19 Mar 2024 10:52:45 +0900 Subject: [PATCH] =?UTF-8?q?[components]=20TItemCard,=20css=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 Detail Notes : 1. videoShow type, 제목이 2줄을 넘을 경우 스타일 깨짐 현상 수정 --- .../src/components/TItemCard/TItemCard.module.less | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less index 980465f8..d0c917ca 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less @@ -247,20 +247,17 @@ } .descWrap { + display: flex; + .size(@w: 510px, @h: 64px); margin-top: 35px; color: @COLOR_GRAY06; font-size: 24px; - .size(@w: 510px, @h: 64px); - - display: flex; .title { - width: calc(100% - 72px); + align-self: center; font-weight: bold; - .elip(@clamp: 2); line-height: 1.33; - display: flex; - align-items: center; + .elip(@clamp: 2); } } }