From 4d081a742ec2f146137d9810d4f9ed06f95ab291 Mon Sep 17 00:00:00 2001 From: "younghoon100.park" Date: Tue, 26 Mar 2024 15:04:41 +0900 Subject: [PATCH] =?UTF-8?q?[components]=20TItemCard,=20css=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Detail Notes : 1. videoShow tyep, imageWrap -1px --- .../src/components/TItemCard/TItemCard.module.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less index 41d92ae4..1e3b2a91 100644 --- a/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less +++ b/com.twin.app.shoptime/src/components/TItemCard/TItemCard.module.less @@ -228,6 +228,7 @@ .focused(@boxShadow: 22px, @borderRadius: 12px); } } + &.nonPosition { &:focus { &::after { @@ -235,8 +236,9 @@ } } } + .imageWrap { - .size(@w: 100%, @h: 288px); + .size(@w: 509px, @h: 287px); > img { .size(@w: inherit, @h: inherit); @@ -287,7 +289,7 @@ .imageWrap { flex: none; - .size(@w: 228px, @h: 402px); + .size(@w: 227px, @h: 401px); > img { .size(@w: inherit, @h: inherit);