change background color popup input screen 13

This commit is contained in:
Pham Hoang Manh/(Pham Hoang Manh)/현장대리인/SK
2025-09-08 12:28:41 +09:00
parent fd2a4d0a59
commit f263e54e52

View File

@ -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;