From 096792beb008d216a7f06585b7c24b06101f76a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=99=93=E4=B8=9C?= <763795151@qq.com> Date: Sun, 7 Jul 2024 21:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E7=BE=A4=E4=BF=A1=E6=81=AF/topic:?= =?UTF-8?q?=E5=89=AF=E6=9C=AC=EF=BC=8C=E9=85=8D=E7=BD=AE=E6=A8=A1=E6=80=81?= =?UTF-8?q?=E6=A1=86=E7=82=B9=E5=87=BB=E8=83=8C=E6=99=AF=E5=85=B3=E9=97=AD?= =?UTF-8?q?#26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/op/ClusterInfo.vue | 2 +- ui/src/views/topic/EditConfig.vue | 2 +- ui/src/views/topic/TopicConfig.vue | 2 +- ui/src/views/topic/UpdateReplica.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/views/op/ClusterInfo.vue b/ui/src/views/op/ClusterInfo.vue index bed4195..029959e 100644 --- a/ui/src/views/op/ClusterInfo.vue +++ b/ui/src/views/op/ClusterInfo.vue @@ -6,7 +6,7 @@ :mask="false" :destroyOnClose="true" :footer="null" - :maskClosable="false" + :maskClosable="true" @cancel="handleCancel" >
diff --git a/ui/src/views/topic/EditConfig.vue b/ui/src/views/topic/EditConfig.vue index e94a95a..a7469c2 100644 --- a/ui/src/views/topic/EditConfig.vue +++ b/ui/src/views/topic/EditConfig.vue @@ -6,7 +6,7 @@ :mask="false" :destroyOnClose="true" :footer="null" - :maskClosable="false" + :maskClosable="true" @cancel="handleCancel" >
diff --git a/ui/src/views/topic/TopicConfig.vue b/ui/src/views/topic/TopicConfig.vue index db08c9a..7fddb56 100644 --- a/ui/src/views/topic/TopicConfig.vue +++ b/ui/src/views/topic/TopicConfig.vue @@ -6,7 +6,7 @@ :mask="false" :destroyOnClose="true" :footer="null" - :maskClosable="false" + :maskClosable="true" @cancel="handleCancel" >
diff --git a/ui/src/views/topic/UpdateReplica.vue b/ui/src/views/topic/UpdateReplica.vue index aa4b42d..9e313e7 100644 --- a/ui/src/views/topic/UpdateReplica.vue +++ b/ui/src/views/topic/UpdateReplica.vue @@ -5,7 +5,7 @@ :width="1200" :mask="false" :destroyOnClose="true" - :maskClosable="false" + :maskClosable="true" @cancel="handleCancel" okText="确认" cancelText="取消"