From a1de3ec2f6d83d2db21db50bf08a0641871a7ec9 Mon Sep 17 00:00:00 2001 From: dongyoungKo Date: Tue, 4 Mar 2025 15:56:12 +0900 Subject: [PATCH] =?UTF-8?q?[SHOHTIME-3967]=20webOS4.x=20/=20Featured=20Bra?= =?UTF-8?q?nds=20/=20Live=20Channels=20/=20=EC=9A=B0=EC=B8=A1=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20List=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=EC=83=81=EC=9D=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [수정사항] 4.x버전에서는 부모 컨테이너 높이값을 상속받지 않음 자식 높이값을 부모컨테이너 높이값으로 명시해줘야함 --- .../LiveChannelsVerticalProductList.module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.module.less b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.module.less index dba99c04..a37862c3 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.module.less +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/LiveChannels/LiveChannelsVerticalContents/LiveChannelsVerticalProductList/LiveChannelsVerticalProductList.module.less @@ -17,7 +17,7 @@ // tVirtualGridListContainer > div:nth-child(1) { - .size(@w: inherit, @h: 480px); + .size(@w: inherit, @h: 408px); > div:nth-child(1) { padding: 22px 18px;