From 2457a015e4203d4081d8ccfae6ab26b61a1e124f Mon Sep 17 00:00:00 2001 From: lijiahangmax Date: Thu, 29 May 2025 22:15:08 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E4=BF=AE=E5=A4=8D=E5=88=86=E7=BB=84?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=88=A0=E9=99=A4=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orion-visor-ui/src/components/asset/host-group/tree/index.vue | 2 +- .../src/views/asset/host-list/types/table.columns.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/orion-visor-ui/src/components/asset/host-group/tree/index.vue b/orion-visor-ui/src/components/asset/host-group/tree/index.vue index d4c62fae..a980726b 100644 --- a/orion-visor-ui/src/components/asset/host-group/tree/index.vue +++ b/orion-visor-ui/src/components/asset/host-group/tree/index.vue @@ -60,7 +60,7 @@ position="left" type="warning" @ok="deleteNode(node.key)"> - diff --git a/orion-visor-ui/src/views/asset/host-list/types/table.columns.ts b/orion-visor-ui/src/views/asset/host-list/types/table.columns.ts index 9d71ba1b..2f1c3873 100644 --- a/orion-visor-ui/src/views/asset/host-list/types/table.columns.ts +++ b/orion-visor-ui/src/views/asset/host-list/types/table.columns.ts @@ -14,7 +14,7 @@ const columns = [ title: '主机信息', dataIndex: 'hostInfo', slotName: 'hostInfo', - minWidth: 344, + width: 288, align: 'left', fixed: 'left', default: true, @@ -22,7 +22,7 @@ const columns = [ title: '主机规格', dataIndex: 'hostSpec', slotName: 'hostSpec', - width: 188, + width: 198, align: 'left', default: true, }, {