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;