fix: pg图片更换 用户管理模糊搜索

This commit is contained in:
dataeaseShu 2022-10-27 15:38:23 +08:00
parent 70f746de8f
commit 3ba920ca52
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
@ -597,4 +597,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"