From f263e54e52bf519c9d14ca96375afe2663997cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pham=20Hoang=20Manh/=28Pham=20Hoang=20Manh=29/=ED=98=84?= =?UTF-8?q?=EC=9E=A5=EB=8C=80=EB=A6=AC=EC=9D=B8/SK?= <20074606@skcc.com> Date: Mon, 8 Sep 2025 12:28:41 +0900 Subject: [PATCH] change background color popup input screen 13 --- components/common/modal/PlanPop.vue | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/components/common/modal/PlanPop.vue b/components/common/modal/PlanPop.vue index e7ba0d6..864b15d 100644 --- a/components/common/modal/PlanPop.vue +++ b/components/common/modal/PlanPop.vue @@ -802,17 +802,31 @@ export default { } } - - - .v-input__custom { - - &.half { width: calc(50% - 20px); } } + +@each $theme in dark, light { + .v-application.#{$theme}-mode { + .v-input__custom { + &.v-input--is-readonly { + &:not(.v-input--radio-group) { + &:not(.v-input--checkbox) { + ::v-deep { + .v-input__slot { + background-color: rgba(0, 0, 0, 0) !important; + } + } + } + } + } + } + } +} + ::v-deep { .tui-timepicker-row { display: flex;