From 82f78599bf54ada613e68f9d4c73c5290b9a06e7 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Sun, 28 Jun 2020 10:09:48 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-339=20feat=EF=BC=9A=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=91=E7=AA=97=E5=8F=A3=E6=96=87=E5=AD=97?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=EF=BC=8Cstyle=EF=BC=9A=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=BB=91=E7=AA=97=E5=8F=A3=E5=BA=95=E9=83=A8=E5=9C=A8=E6=9C=89?= =?UTF-8?q?=E7=9A=84=E5=88=86=E8=BE=A8=E7=8E=87=E4=B8=8B=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E4=B8=8D=E4=BA=86=E6=9C=80=E5=90=8E=E4=B8=80=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/cli/console.vue | 24 +++++++++++ nezha-fronted/src/components/cli/webSSH.scss | 14 ++++++- nezha-fronted/src/components/cli/webSSH.vue | 42 +++++++++++--------- 3 files changed, 61 insertions(+), 19 deletions(-) diff --git a/nezha-fronted/src/components/cli/console.vue b/nezha-fronted/src/components/cli/console.vue index b66b924e4..39063567c 100644 --- a/nezha-fronted/src/components/cli/console.vue +++ b/nezha-fronted/src/components/cli/console.vue @@ -3,6 +3,7 @@ height:270px; padding:5px 5px; background-color: black; + position: relative; }