From 07c6714fd9e8837d939f6ecb40ba5155ed604c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=99=93=E4=B8=9C?= <763795151@qq.com> Date: Thu, 9 Feb 2023 22:23:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E6=B7=98=E5=AE=9D=E9=95=9C?= =?UTF-8?q?=E5=83=8F=EF=BC=8C=E9=99=90=E5=88=B6=E5=AE=A2=E6=88=B7=E7=AB=AF?= =?UTF-8?q?ID=E5=A4=AA=E9=95=BF=E6=98=BE=E7=A4=BA=E5=AE=BD=E5=BA=A6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 3 ++- ui/src/views/group/ConsumerDetail.vue | 1 + ui/src/views/group/Member.vue | 6 +++++- ui/src/views/topic/ConsumedDetail.vue | 1 + 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a2b6ae5..7f32dc5 100644 --- a/pom.xml +++ b/pom.xml @@ -219,7 +219,8 @@ npm - install --registry=https://registry.npmjs.org/ + + install --registry=https://registry.npm.taobao.org diff --git a/ui/src/views/group/ConsumerDetail.vue b/ui/src/views/group/ConsumerDetail.vue index 3c41d68..43e5807 100644 --- a/ui/src/views/group/ConsumerDetail.vue +++ b/ui/src/views/group/ConsumerDetail.vue @@ -272,6 +272,7 @@ const columns = [ dataIndex: "clientId", key: "clientId", scopedSlots: { customRender: "clientId" }, + width: 400, }, { title: "日志位点", diff --git a/ui/src/views/group/Member.vue b/ui/src/views/group/Member.vue index 0df2cff..fa5036c 100644 --- a/ui/src/views/group/Member.vue +++ b/ui/src/views/group/Member.vue @@ -2,7 +2,7 @@ diff --git a/ui/src/views/topic/ConsumedDetail.vue b/ui/src/views/topic/ConsumedDetail.vue index 2b92e0c..fa8f5fd 100644 --- a/ui/src/views/topic/ConsumedDetail.vue +++ b/ui/src/views/topic/ConsumedDetail.vue @@ -161,6 +161,7 @@ const columns = [ dataIndex: "clientId", key: "clientId", scopedSlots: { customRender: "clientId" }, + width: 400, }, { title: "日志位点",