From afce77f25eb110f7a3967261a1d879989fe1dd14 Mon Sep 17 00:00:00 2001 From: chaoszhu Date: Tue, 23 Jul 2024 11:33:48 +0800 Subject: [PATCH] =?UTF-8?q?:new:=20=E7=A7=BB=E9=99=A4=E6=95=8F=E6=84=9F?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E4=BF=A1=E6=81=AF&=E4=BF=AE=E5=A4=8DUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/app/socket/terminal.js | 1 - web/src/views/terminal/components/terminal.vue | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/server/app/socket/terminal.js b/server/app/socket/terminal.js index d29ba3f..97465ce 100644 --- a/server/app/socket/terminal.js +++ b/server/app/socket/terminal.js @@ -68,7 +68,6 @@ module.exports = (httpServer) => { } consola.info('准备连接终端:', host) targetHostInfo[targetHostInfo.authType] = await AESDecryptSync(targetHostInfo[targetHostInfo.authType]) - console.log('authInfo:', authInfo) consola.log('连接信息', { username, port, authType }) sshClient .on('ready', () => { diff --git a/web/src/views/terminal/components/terminal.vue b/web/src/views/terminal/components/terminal.vue index 2863145..3ccbfc9 100644 --- a/web/src/views/terminal/components/terminal.vue +++ b/web/src/views/terminal/components/terminal.vue @@ -203,6 +203,11 @@ const handleInputCommand = async (command) => { border: none; } + :deep(.el-tabs__nav-wrap.is-scrollable.is-top) { + display: flex; + align-items: center; + } + .info_box { height: 100%; overflow: auto;