From 06be428218d374fd4a76f31dd50466dd956d2c00 Mon Sep 17 00:00:00 2001 From: opensnail <598092184@qq.com> Date: Sat, 11 May 2024 09:04:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.0.0):=20=E5=9C=A8=E7=BA=BF=E6=9C=BA?= =?UTF-8?q?=E5=99=A8=E6=94=AF=E6=8C=81=E6=89=8B=E5=8A=A8=E6=89=A9=E5=AE=BD?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pods/index.vue | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/src/views/pods/index.vue b/src/views/pods/index.vue index 174a4c8..e0279bd 100644 --- a/src/views/pods/index.vue +++ b/src/views/pods/index.vue @@ -21,13 +21,16 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP key: 'hostId', title: $t('page.pods.hostId'), align: 'left', - width: 120 + resizable: true, + width: 150, + minWidth: 150, + maxWidth: 200 }, { key: 'nodeType', title: $t('page.pods.nodeType'), align: 'center', - width: 100, + width: 80, render: row => { if (row.nodeType === null) { return null; @@ -47,7 +50,10 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP key: 'groupName', title: $t('page.pods.groupName'), align: 'left', - width: 180 + width: 120, + resizable: true, + minWidth: 120, + maxWidth: 200 }, { key: 'hostIp', @@ -59,13 +65,16 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP key: 'hostPort', title: $t('page.pods.hostPort'), align: 'left', - width: 120 + width: 80 }, { key: 'consumerBuckets', title: $t('page.pods.consumerBuckets'), align: 'left', - width: 360, + width: 300, + resizable: true, + minWidth: 120, + maxWidth: 400, render: row => { if (row.nodeType === null) { return null;