Merge pull request #3486 from dataease/pr@dev_eslint_auto_fix

Pr@dev eslint auto fix
This commit is contained in:
王嘉豪 2022-10-27 16:03:21 +08:00 committed by GitHub
commit 312393d8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -61,8 +61,8 @@
v-if="filterVisible && panelInfo.id"
:title="(currentWidget && currentWidget.getLeftPanel && currentWidget.getLeftPanel().label ? $t(currentWidget.getLeftPanel().label) : '') + $t('panel.module')"
:visible.sync="filterVisible"
custom-class="de-filter-dialog"
:append-to-body="true"
custom-class="de-filter-dialog min-width-730"
append-to-body
@close="cancelFilter"
>
<filter-dialog
@ -582,4 +582,7 @@ export default {
overflow-y: auto;
background-size: 100% 100% !important;
}
.min-width-730 {
min-width: 730px !important;
}
</style>

View File

@ -177,6 +177,7 @@
style="width: 100%"
:disabled="formType !== 'add' && form.isAdmin"
multiple
filterable
:placeholder="$t('user.input_roles')"
@remove-tag="deleteTag"
@change="changeRole"