From 8bdf6e09d10e0e8ee8e990d090089c2c6f8fa900 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Thu, 9 May 2024 18:23:53 +0900 Subject: [PATCH] =?UTF-8?q?[=ED=99=88=ED=8C=A8=EB=84=90]=20=EC=98=81?= =?UTF-8?q?=EC=83=81=20=EB=9D=BC=EC=9A=B4=EB=94=A9=20=EB=B6=80=EB=B6=84=20?= =?UTF-8?q?=ED=99=95=EC=9D=B8=EC=9A=A9=EB=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HomePanel/HomeBanner/RandomUnit.module.less | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 ec01cda6..f36f4f7b 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 @@ -192,20 +192,18 @@ &::after { .focused(@boxShadow:0, @borderRadius: 12px); } - > div:first-child { - border-radius: 12px; - > video { - border-radius: 12px; - } - } } article[data-spotlight-id="playerpanel"] { > section { > div:first-child { > div:first-child { > div:first-child { - > video { + > div:first-child { border-radius: 12px; + overflow: hidden; + > video { + border-radius: 12px; + } } } }