From 58a8bcfc953d9c829f59369cd52889b3cf7db2a4 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Thu, 9 May 2024 16:05:47 +0900 Subject: [PATCH] =?UTF-8?q?[home]=EC=98=81=EC=83=81=EC=AA=BD=20=EB=9D=BC?= =?UTF-8?q?=EC=9A=B4=EB=94=A9=EB=B6=80=EB=B6=84=20=EC=B2=98=EB=A6=AC?= =?UTF-8?q?=EA=B1=B4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/HomePanel/HomeBanner/RandomUnit.module.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RandomUnit.module.less b/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RandomUnit.module.less index 8e95b61f..86cdb58c 100644 --- a/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RandomUnit.module.less +++ b/com.twin.app.shoptime/src/views/HomePanel/HomeBanner/RandomUnit.module.less @@ -175,6 +175,8 @@ } &.isHorizontalWrap { + border-radius: 12px; + overflow: hidden; .arrow { &.leftBtn { .position(@position: absolute, @top: 189px, @left: 18px); @@ -186,6 +188,8 @@ } } .videoModal { + border-radius: 12px; + overflow: hidden; &::after { .focused(@boxShadow:0, @borderRadius: 12px); }