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: "日志位点",