From 1334be5351425a9d4291294287a81cfa20251e99 Mon Sep 17 00:00:00 2001 From: "jiwon93.son" Date: Tue, 27 Feb 2024 10:00:19 +0900 Subject: [PATCH] =?UTF-8?q?[ProductTag]=20ProductBadge=20width=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0,=20flex-start=20=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/DetailPanel/components/ProductTag.module.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/ProductTag.module.less b/com.twin.app.shoptime/src/views/DetailPanel/components/ProductTag.module.less index 4d5c9186..53c0808b 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/ProductTag.module.less +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/ProductTag.module.less @@ -12,10 +12,9 @@ } .ProductBadge { - width: 666px; margin-left: 26px; height: 42px; - .flex(@justifyCenter:flex-end); + .flex(@justifyCenter:flex-start); .specialValue { .tag-default(@backgroundColor:@PRIMARY_COLOR_RED, @fontColor:@COLOR_WHITE); .size(@w: 66px, @h: 42px);