[Draf] compare dev vs main #43

Open
dev wants to merge 257 commits from dev into dev-base
218 changed files with 38400 additions and 28295 deletions
Showing only changes of commit 205821fc11 - Show all commits

View File

@ -1,5 +1,5 @@
.v-select__custom {
padding: 0;
padding: 0.125rem;
&.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
box-shadow: none;
@ -78,16 +78,6 @@
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;

View File

@ -9,7 +9,7 @@
</v-col>
<v-col :cols="option.textCols" class="py-0">
<v-text-field readonly append-icon="" :class="['v-select__custom', customClass]" outlined :hide-details="true"
v-model="selectValue" @keyup.enter="typeEnterKey" @click="dialogOpenCloseEvent(dialog)"
v-model="selectValue" @keyup.enter="typeEnterKey" @click="dialogOpenCloseEvent(dialog)" style="padding: 0;"
:required="item.required || false"><template v-slot:append>
<!-- Custom SVG icon -->
<v-icon>$icoSearch</v-icon>