集群同步-》同步消费位点
This commit is contained in:
@@ -450,6 +450,7 @@ const columns = [
|
||||
.operation-row-button {
|
||||
height: 4%;
|
||||
text-align: left;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.operation-btn {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<a-modal
|
||||
:title="'消费组: ' + group"
|
||||
:visible="show"
|
||||
:width="1800"
|
||||
:width="1200"
|
||||
:mask="false"
|
||||
:destroyOnClose="true"
|
||||
:footer="null"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<a-modal
|
||||
title="消费端成员"
|
||||
:visible="show"
|
||||
:width="1800"
|
||||
:width="1500"
|
||||
:mask="false"
|
||||
:destroyOnClose="true"
|
||||
:footer="null"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<a-modal
|
||||
title="分区详情"
|
||||
:visible="show"
|
||||
:width="1800"
|
||||
:width="1500"
|
||||
:mask="false"
|
||||
:destroyOnClose="true"
|
||||
:footer="null"
|
||||
|
||||
Reference in New Issue
Block a user