fix: 弹框宽度调整

pull/59/head
zhengkunwang223 2022-12-02 17:52:53 +08:00 committed by zhengkunwang223
parent a4e7535138
commit 2add7312e6
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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