Browse Source

fix: 弹框宽度调整

pull/59/head
zhengkunwang223 2 years ago committed by zhengkunwang223
parent
commit
2add7312e6
  1. 2
      frontend/src/views/host/file-management/change-role/index.vue
  2. 2
      frontend/src/views/host/file-management/create/index.vue

2
frontend/src/views/host/file-management/change-role/index.vue

@ -5,7 +5,7 @@
:destroy-on-close="true"
:close-on-click-modal="false"
:title="$t('file.setRole')"
width="30%"
width="50%"
@open="onOpen"
>
<FileRole v-loading="loading" :mode="mode" @get-mode="getMode"></FileRole>

2
frontend/src/views/host/file-management/create/index.vue

@ -5,7 +5,7 @@
:destroy-on-close="true"
:close-on-click-modal="false"
:title="$t('commons.button.create')"
width="30%"
width="50%"
@open="onOpen"
>
<el-form

Loading…
Cancel
Save