From 126894dbd83ad6ba0777b4c792c96162ebf6339d Mon Sep 17 00:00:00 2001 From: "younghoon100.park" Date: Fri, 27 Sep 2024 09:55:18 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-3597]=20Home=20Banner=20Today's=20dea?= =?UTF-8?q?l=20=ED=95=98=EB=8B=A8=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20(=EC=B6=94=EA=B0=80=20=ED=8C=8C=EC=9D=BC)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed files: 1. RandomUnit.module.less Detail note: 1. Modify image coordinates and size --- .../src/views/HomePanel/HomeBanner/RandomUnit.module.less | 4 ++-- 1 file changed, 2 insertions(+), 2 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 1e2ea6fa..bd7de23f 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 @@ -97,7 +97,7 @@ } } .productInfo { - margin-bottom: 33px; + margin-bottom: 31px; .todaysDealTitle { .size(@w:100%,@h:132px); font-size: 76px; @@ -146,7 +146,7 @@ } .itemImgBox { > img { - .size(@w: 354px, @h: 354px); + .size(@w: 356px, @h: 356px); border-radius: 0; } }