集群信息/topic:副本,配置模态框点击背景关闭#26

This commit is contained in:
许晓东
2024-07-07 21:10:00 +08:00
parent fd495351bc
commit 096792beb0
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
:mask="false"
:destroyOnClose="true"
:footer="null"
:maskClosable="false"
:maskClosable="true"
@cancel="handleCancel"
>
<div>

View File

@@ -6,7 +6,7 @@
:mask="false"
:destroyOnClose="true"
:footer="null"
:maskClosable="false"
:maskClosable="true"
@cancel="handleCancel"
>
<div>

View File

@@ -6,7 +6,7 @@
:mask="false"
:destroyOnClose="true"
:footer="null"
:maskClosable="false"
:maskClosable="true"
@cancel="handleCancel"
>
<div>

View File

@@ -5,7 +5,7 @@
:width="1200"
:mask="false"
:destroyOnClose="true"
:maskClosable="false"
:maskClosable="true"
@cancel="handleCancel"
okText="确认"
cancelText="取消"