From fe9e12e7ed05a78414c6335ef37afb3588b76931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguyen=20Van=20Luan/=28Nguyen=20Van=20Luan=29/=ED=98=84?= =?UTF-8?q?=EC=9E=A5=EB=8C=80=EB=A6=AC=EC=9D=B8/SK?= <20074472@skcc.com> Date: Wed, 20 Aug 2025 11:05:53 +0900 Subject: [PATCH] updatecode --- components/common/modal/EvtObjPop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/modal/EvtObjPop.vue b/components/common/modal/EvtObjPop.vue index c9b3b47..c81bf97 100644 --- a/components/common/modal/EvtObjPop.vue +++ b/components/common/modal/EvtObjPop.vue @@ -12,7 +12,7 @@ readonly v-model="selectValue" append-icon="mdi-magnify" - class="v-input__custom" + :class="['v-select__custom', customClass]" @click="dialogOpenCloseEvent(dialog)" outlined :hide-details="true"