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" >