diff --git a/web-vue/src/pages/node/list.vue b/web-vue/src/pages/node/list.vue index 9a7548d79..fb4e460b3 100644 --- a/web-vue/src/pages/node/list.vue +++ b/web-vue/src/pages/node/list.vue @@ -1,437 +1,422 @@ diff --git a/web-vue/src/pages/node/ssh.vue b/web-vue/src/pages/node/ssh.vue index 5743abdae..e8766b946 100644 --- a/web-vue/src/pages/node/ssh.vue +++ b/web-vue/src/pages/node/ssh.vue @@ -25,11 +25,26 @@ @@ -221,7 +236,7 @@ export default { limit: 10, }, columns: [ - { title: "名称", dataIndex: "name", width: 150, ellipsis: true }, + { title: "名称", dataIndex: "name", ellipsis: true }, { title: "关联节点", dataIndex: "nodeId", @@ -229,15 +244,16 @@ export default { width: 200, ellipsis: true, }, - { title: "Host", dataIndex: "host", width: 150, ellipsis: true }, + { title: "Host", dataIndex: "host", ellipsis: true }, { title: "Port", dataIndex: "port", width: 80, ellipsis: true }, { title: "User", dataIndex: "user", width: 120, ellipsis: true }, { title: "操作", dataIndex: "operation", scopedSlots: { customRender: "operation" }, - width: 330, - ellipsis: true, + width: 240, + fixed: "right", + // ellipsis: true, }, ], options: [