From 25c862bd3e98e5cb45c33c1c7f2c5340e24a7468 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Thu, 6 Nov 2025 19:47:34 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC,=20?= =?UTF-8?q?=EC=9D=8C=EC=84=B1=20=EA=B2=80=EC=83=89=20=EA=B2=B0=EA=B3=BC]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 드롭다운 영향으로 인한 수정 - 음성 검색부분은 조금 길어보이는 부분이 있어 수정. --- .../src/views/CategoryPanel/CategoryPanel.module.less | 5 +++++ .../src/views/SearchPanel/SearchResults.new.v2.module.less | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryPanel.module.less b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryPanel.module.less index 11173112..cdc934f0 100644 --- a/com.twin.app.shoptime/src/views/CategoryPanel/CategoryPanel.module.less +++ b/com.twin.app.shoptime/src/views/CategoryPanel/CategoryPanel.module.less @@ -26,6 +26,11 @@ right: 0; top: 50%; transform: translateY(-50%); + > div { + > div { + max-width:240px; + } + } &.categoryDropdown { > div { > div { diff --git a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.module.less b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.module.less index c9f9b90b..481afb99 100644 --- a/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.module.less +++ b/com.twin.app.shoptime/src/views/SearchPanel/SearchResults.new.v2.module.less @@ -58,7 +58,7 @@ font-size: 24px !important; border-radius: 6px !important; padding: 0 12px !important; - width:300px !important; + width:290px !important; > div:first-child { background-color: #808080 !important; }