替换淘宝镜像,限制客户端ID太长显示宽度.
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -219,7 +219,8 @@
|
||||
<goal>npm</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<arguments>install --registry=https://registry.npmjs.org/</arguments>
|
||||
<!-- <arguments>install --registry=https://registry.npmjs.org/</arguments>-->
|
||||
<arguments>install --registry=https://registry.npm.taobao.org</arguments>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
|
||||
@@ -272,6 +272,7 @@ const columns = [
|
||||
dataIndex: "clientId",
|
||||
key: "clientId",
|
||||
scopedSlots: { customRender: "clientId" },
|
||||
width: 400,
|
||||
},
|
||||
{
|
||||
title: "日志位点",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<a-modal
|
||||
title="消费端成员"
|
||||
:visible="show"
|
||||
:width="1500"
|
||||
:width="1300"
|
||||
:mask="false"
|
||||
:destroyOnClose="true"
|
||||
:footer="null"
|
||||
@@ -96,16 +96,19 @@ const columns = [
|
||||
title: "成员ID",
|
||||
dataIndex: "memberId",
|
||||
key: "memberId",
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
title: "客户端ID",
|
||||
dataIndex: "clientId",
|
||||
key: "clientId",
|
||||
width: 300,
|
||||
},
|
||||
{
|
||||
title: "实例ID",
|
||||
dataIndex: "groupInstanceId",
|
||||
key: "groupInstanceId",
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: "主机",
|
||||
@@ -117,6 +120,7 @@ const columns = [
|
||||
dataIndex: "partitions",
|
||||
key: "partitions",
|
||||
scopedSlots: { customRender: "partitions" },
|
||||
width: 300,
|
||||
},
|
||||
];
|
||||
</script>
|
||||
|
||||
@@ -161,6 +161,7 @@ const columns = [
|
||||
dataIndex: "clientId",
|
||||
key: "clientId",
|
||||
scopedSlots: { customRender: "clientId" },
|
||||
width: 400,
|
||||
},
|
||||
{
|
||||
title: "日志位点",
|
||||
|
||||
Reference in New Issue
Block a user