This commit is contained in:
parent
ea4baf4b71
commit
a2a1341fbf
1 changed files with 2 additions and 4 deletions
|
|
@ -626,12 +626,10 @@ onMounted(async () => {
|
||||||
:options="statusOpt"
|
:options="statusOpt"
|
||||||
option-value="id"
|
option-value="id"
|
||||||
option-label="name"
|
option-label="name"
|
||||||
lazy-rules
|
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
borderless
|
borderless
|
||||||
outlined
|
outlined
|
||||||
style="width: 150px"
|
style="width: 150px"
|
||||||
:hide-dropdown-icon="false"
|
|
||||||
@update:modelValue="selectedDate()"
|
@update:modelValue="selectedDate()"
|
||||||
clearable
|
clearable
|
||||||
>
|
>
|
||||||
|
|
@ -1093,9 +1091,9 @@ onMounted(async () => {
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dp__action_row {
|
/*.dp__action_row {
|
||||||
padding: 2px !important;
|
padding: 2px !important;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.tree-container {
|
.tree-container {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue