From 43d4e18f0f46f1218c12f2b9b6663e7af57c0d13 Mon Sep 17 00:00:00 2001 From: Jin Yi Date: Tue, 27 Jan 2026 12:03:45 +0900 Subject: [PATCH 1/7] style: multiSelect & Searchbox tweak --- src/components/common/SearchBox.vue | 16 +++++++++++++--- src/components/input/MultiSelect.vue | 3 +++ 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/components/common/SearchBox.vue b/src/components/common/SearchBox.vue index 3d91ddfe065..fed5c952e11 100644 --- a/src/components/common/SearchBox.vue +++ b/src/components/common/SearchBox.vue @@ -14,7 +14,12 @@ :placeholder :autofocus unstyled - class="absolute inset-0 size-full pl-11 border-none outline-none bg-transparent text-sm" + :class=" + cn( + 'absolute inset-0 size-full border-none outline-none bg-transparent text-sm', + size === 'lg' ? 'pl-11' : 'pl-8' + ) + " :aria-label="placeholder" />