From 188a108d87285425fa425df597dab38aa77accaa Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 21 Mar 2024 15:08:00 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BD=91=E5=85=83=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AD=97=E6=AE=B5=E5=88=97=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ne/neInfo/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ne/neInfo/index.vue b/src/views/ne/neInfo/index.vue index d9ff0090..7bd3d0ef 100644 --- a/src/views/ne/neInfo/index.vue +++ b/src/views/ne/neInfo/index.vue @@ -100,19 +100,19 @@ let tableColumns: ColumnsType = [ title: t('views.configManage.neManage.neName'), dataIndex: 'neName', align: 'left', - width: 120, + width: 150, }, { title: t('views.configManage.neManage.ip'), dataIndex: 'ip', align: 'left', - width: 120, + width: 150, }, { title: t('views.configManage.neManage.port'), dataIndex: 'port', align: 'left', - width: 50, + width: 100, }, { title: t('views.ne.neInfo.state'),