From f3ea65908f7620cad30fd0d3d590e1d1827240a5 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 29 Oct 2025 15:31:50 +0900 Subject: [PATCH] =?UTF-8?q?[=ED=8C=8C=ED=8A=B8=EB=84=88=EC=82=AC=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=88=98=EC=A0=95]=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - border-radius 부분 빠져있어 이부분 추가. --- .../src/views/DetailPanel/components/THeaderCustom.module.less | 1 + 1 file changed, 1 insertion(+) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.module.less b/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.module.less index 6b5109d3..33fd8abf 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.module.less +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.module.less @@ -52,4 +52,5 @@ background-repeat: no-repeat; flex-shrink: 0; margin-right: 10px; // 파트너사 로고 후 10px gap + border-radius: 100%; }