集群同步-》同步消费位点
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user