From 9a7bc7924df223d971fb39a9cabff9a93d0fbcd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Mon, 3 Feb 2025 17:43:16 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-3922]=20=EB=AF=B8=EA=B5=AD=20/=20webO?= =?UTF-8?q?S4.x=ED=94=8C=EB=9E=AB=ED=8F=BC=20/=20=20Popular=20Show=20?= =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=83=81=EC=9D=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [원인] 아이템에 포커스를 하면 포커스된 아이템을 가운데로 하기위해 자식 높이값이 부모보다 낮게 설정하였음 해당부분이 4.x 버전에서 문제를 일으키기 때문에 높이값 부모랑 같게 수정 --- .../PopularShow/PopularShowIndicator.module.less | 9 --------- .../PopularProductList.module.less | 15 ++++++++++----- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowIndicator.module.less b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowIndicator.module.less index e3163331..e5ed6b6d 100644 --- a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowIndicator.module.less +++ b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowIndicator.module.less @@ -7,13 +7,4 @@ justify-content: space-between; .size(@w:1638px,@h:564px); margin: 42px 0 0 90px; - - &::after { - .position(@position: absolute, @right: 18px, @bottom: -46px); - z-index: 12; - background-size: 100% 100%; - .size(@w: 600px, @h: 279px); - background-image: url("../../../../assets/images/img-topdeals-list-masking.png"); - content: ""; - } } diff --git a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.module.less b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.module.less index 88ac27de..d3f41eb2 100644 --- a/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.module.less +++ b/com.twin.app.shoptime/src/views/TrendingNowPanel/PopularShow/PopularShowVerticalContents/PopularProductList.module.less @@ -7,12 +7,17 @@ .size(@w: 636px, @h: 610px); top: -22px; - // tVirtualGridListContainer - // > div { - // .size(@w: 636px, @h: 564px); - // } + &::after { + .position(@position: absolute, @right: 18px, @bottom: -46px); + z-index: 12; + background-size: 100% 100%; + .size(@w: 600px, @h: 279px); + background-image: url("../../../../../assets/images/img-topdeals-list-masking.png"); + content: ""; + } + > div:nth-child(1) { - .size(@w: inherit, @h: 452px); + .size(@w: inherit, @h: 610px); > div:nth-child(1) { padding: 22px 18px;