From b529dc313e4870b19a96ce8c3588eb82f9b937fc 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, 23 Jul 2023 14:03:39 +0800 Subject: [PATCH] =?UTF-8?q?topic=E5=92=8C=E6=B6=88=E8=B4=B9=E7=BB=84?= =?UTF-8?q?=E4=B8=8B=E7=9A=84=E6=9F=A5=E8=AF=A2=E7=B1=BB=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E9=BC=A0=E6=A0=87=E7=82=B9=E5=87=BB=E8=92=99?= =?UTF-8?q?=E5=B1=82=E5=85=B3=E9=97=AD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/group/ConsumerDetail.vue | 2 +- ui/src/views/group/Member.vue | 2 +- ui/src/views/group/OffsetTopicPartition.vue | 2 +- ui/src/views/topic/ConsumedDetail.vue | 2 +- ui/src/views/topic/PartitionInfo.vue | 2 +- ui/src/views/topic/SendStats.vue | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/src/views/group/ConsumerDetail.vue b/ui/src/views/group/ConsumerDetail.vue index 56db5a4..0dbbf80 100644 --- a/ui/src/views/group/ConsumerDetail.vue +++ b/ui/src/views/group/ConsumerDetail.vue @@ -6,7 +6,7 @@ :mask="false" :destroyOnClose="true" :footer="null" - :maskClosable="false" + :maskClosable="true" @cancel="handleCancel" >
diff --git a/ui/src/views/group/Member.vue b/ui/src/views/group/Member.vue index fa5036c..7a13003 100644 --- a/ui/src/views/group/Member.vue +++ b/ui/src/views/group/Member.vue @@ -6,7 +6,7 @@ :mask="false" :destroyOnClose="true" :footer="null" - :maskClosable="false" + :maskClosable="true" @cancel="handleCancel" >
diff --git a/ui/src/views/group/OffsetTopicPartition.vue b/ui/src/views/group/OffsetTopicPartition.vue index d8d8f96..9a458ea 100644 --- a/ui/src/views/group/OffsetTopicPartition.vue +++ b/ui/src/views/group/OffsetTopicPartition.vue @@ -6,7 +6,7 @@ :mask="false" :destroyOnClose="true" :footer="null" - :maskClosable="false" + :maskClosable="true" @cancel="handleCancel" >
diff --git a/ui/src/views/topic/ConsumedDetail.vue b/ui/src/views/topic/ConsumedDetail.vue index fa8f5fd..0417941 100644 --- a/ui/src/views/topic/ConsumedDetail.vue +++ b/ui/src/views/topic/ConsumedDetail.vue @@ -6,7 +6,7 @@ :mask="false" :destroyOnClose="true" :footer="null" - :maskClosable="false" + :maskClosable="true" @cancel="handleCancel" >
diff --git a/ui/src/views/topic/PartitionInfo.vue b/ui/src/views/topic/PartitionInfo.vue index 01e78e3..772aa4e 100644 --- a/ui/src/views/topic/PartitionInfo.vue +++ b/ui/src/views/topic/PartitionInfo.vue @@ -6,7 +6,7 @@ :mask="false" :destroyOnClose="true" :footer="null" - :maskClosable="false" + :maskClosable="true" @cancel="handleCancel" >
diff --git a/ui/src/views/topic/SendStats.vue b/ui/src/views/topic/SendStats.vue index a83c487..48aef78 100644 --- a/ui/src/views/topic/SendStats.vue +++ b/ui/src/views/topic/SendStats.vue @@ -6,7 +6,7 @@ :mask="false" :destroyOnClose="true" :footer="null" - :maskClosable="false" + :maskClosable="true" @cancel="handleCancel" >