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

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 {
height: 4%;
text-align: left;
margin-bottom: 8px;
}
.operation-btn {

View File

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

View File

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

View File

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