dev-manhph1-fixbug-18-19-21-28

This commit is contained in:
Vu Trung Kien/(Vu Trung Kien)/현장대리인/SK
2025-07-29 17:18:41 +09:00
parent 8963a92475
commit 34d03b2546
8 changed files with 95 additions and 107 deletions

View File

@ -1,5 +1,5 @@
.v-select__custom {
padding: 0.125rem;
padding: 0;
&.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
box-shadow: none;
@ -78,6 +78,16 @@
border-color: #d9d9d9;
}
&.select-large {
.v-input__slot,
.v-input__control {
height: 40px !important;
// border: solid 1px #D9D9D9;
border-radius: 8px !important;
}
}
&.surface-name {
fieldset {
max-width: 345px;