From c9bc9d3186e60b75dab01d97dae4d89755c00e21 Mon Sep 17 00:00:00 2001 From: dev Date: Thu, 7 Aug 2025 18:54:14 +0900 Subject: [PATCH] Merge 0729 --- assets/scss/common/input.scss | 8 +++++++- components/common/select/SelectReadObj.vue | 1 + pages/comm/base/CalendarMngPage.vue | 2 -- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/assets/scss/common/input.scss b/assets/scss/common/input.scss index ba15cd1..afec4e7 100644 --- a/assets/scss/common/input.scss +++ b/assets/scss/common/input.scss @@ -50,6 +50,7 @@ } } + .v-input__custom { .v-input__slot { @@ -149,6 +150,11 @@ .v-input { margin-top: 0 !important; padding-top: 0 !important; + &.v-text-field--outlined { + fieldset { + top: -4px + } + } } .v-input__append-inner { @@ -442,7 +448,7 @@ input[type="checkbox"] { transform: none; &.mdi:before { - font-size: 16px; + font-size: 20px; } @if $theme ==dark { diff --git a/components/common/select/SelectReadObj.vue b/components/common/select/SelectReadObj.vue index 1d31c81..7d8bc41 100644 --- a/components/common/select/SelectReadObj.vue +++ b/components/common/select/SelectReadObj.vue @@ -21,6 +21,7 @@ outlined append-icon="" :class="['v-select__custom', customClass]" + :menu-props="{ top: false, offsetY: true }" > diff --git a/pages/comm/base/CalendarMngPage.vue b/pages/comm/base/CalendarMngPage.vue index e2473d7..4e82245 100644 --- a/pages/comm/base/CalendarMngPage.vue +++ b/pages/comm/base/CalendarMngPage.vue @@ -250,7 +250,6 @@ export default { { header: '요일', name: 'dtNm', - align: 'center', formatter({ value }) { return value + '요일'; }, @@ -258,7 +257,6 @@ export default { { header: '구분', name: 'hldyFg', - align: 'center', essential: true, formatter({ value }) { return value == 1 ? '휴일' : '평일';