自定义指令-el-dialog可拖拽拉宽

This commit is contained in:
zyn
2023-11-16 16:54:31 +08:00
parent 8d65b779ce
commit 81c887c672
3 changed files with 66 additions and 0 deletions
@@ -41,11 +41,13 @@
</el-button>
</template>
<el-dialog
v-dragDialogWidth
width='400px'
:visible.sync="importModalshowflagtemp"
:title="processModel && disabled ? '查看已上传的文件' : (title || '导入文件')"
:footer-hide="true"
append-to-body
:close-on-click-modal="false"
>
<el-upload
class="customer-upload"