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, }, {