fix bugs screen 10, 20

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-08-07 15:18:06 +07:00
parent c636db83bd
commit ea4910db79
6 changed files with 26 additions and 19 deletions

View File

@ -19,6 +19,13 @@
border-color: currentColor;
// border-color: map-deep-get($config, #{$theme}, "tui-datepicker-border-color");
&:hover {
border-color: map-deep-get($config, #{$theme}, "v-input-fieldset-hover-color" ) !important;
}
&:has(.v-input--is-focused){
border-width: 2px;
}
&.datepicker-large {
height: 40px;
}