From 49c98697e100bfe90fa27142f5f98c83d07c27ab Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Thu, 29 Feb 2024 20:56:16 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=BB=88=E7=AB=AF=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=E6=A0=87=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/terminal/index.vue | 63 ++++++++++++++++++------------- 1 file changed, 36 insertions(+), 27 deletions(-) diff --git a/src/views/tool/terminal/index.vue b/src/views/tool/terminal/index.vue index e5769c19..f9995983 100644 --- a/src/views/tool/terminal/index.vue +++ b/src/views/tool/terminal/index.vue @@ -27,6 +27,7 @@ type HostStateType = { total: number; data: Record[]; }; + /**主机对象信息状态 */ const hostState: HostStateType = reactive({ show: false, @@ -248,7 +249,8 @@ function fnTabClose(id: string) { /> -
+
+ + +
+ + + + + + + + - - -
@@ -344,6 +346,7 @@ function fnTabClose(id: string) { +