弹窗点击空白不关闭

This commit is contained in:
@fawn-nine
2023-11-24 17:42:05 +08:00
parent 93cdab6162
commit 428a69aa1d
2 changed files with 2 additions and 0 deletions

View File

@@ -71,6 +71,7 @@
:title="ctitle" :title="ctitle"
:visible.sync="dialogVisible" :visible.sync="dialogVisible"
width="600px" width="600px"
:close-on-click-modal="false"
@close="handleClose" @close="handleClose"
> >
<div style=""> <div style="">

View File

@@ -56,6 +56,7 @@
width="30%" width="30%"
center center
@close="addCateClose" @close="addCateClose"
:close-on-click-modal="false"
> >
<div style="width:280px"> <div style="width:280px">
<el-form <el-form