集群同步-》同步消费位点

This commit is contained in:
许晓东
2021-10-23 20:46:18 +08:00
parent 0ffab24770
commit 42c2df719f
4 changed files with 4 additions and 3 deletions

View File

@@ -450,6 +450,7 @@ const columns = [
.operation-row-button { .operation-row-button {
height: 4%; height: 4%;
text-align: left; text-align: left;
margin-bottom: 8px;
} }
.operation-btn { .operation-btn {

View File

@@ -2,7 +2,7 @@
<a-modal <a-modal
:title="'消费组: ' + group" :title="'消费组: ' + group"
:visible="show" :visible="show"
:width="1800" :width="1200"
:mask="false" :mask="false"
:destroyOnClose="true" :destroyOnClose="true"
:footer="null" :footer="null"

View File

@@ -2,7 +2,7 @@
<a-modal <a-modal
title="消费端成员" title="消费端成员"
:visible="show" :visible="show"
:width="1800" :width="1500"
:mask="false" :mask="false"
:destroyOnClose="true" :destroyOnClose="true"
:footer="null" :footer="null"

View File

@@ -2,7 +2,7 @@
<a-modal <a-modal
title="分区详情" title="分区详情"
:visible="show" :visible="show"
:width="1800" :width="1500"
:mask="false" :mask="false"
:destroyOnClose="true" :destroyOnClose="true"
:footer="null" :footer="null"