From 6a51bbf8bb7260116bd55ba63e0431cc47ea2c88 Mon Sep 17 00:00:00 2001 From: hanyuxia Date: Thu, 5 Mar 2020 10:53:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9BUG=20webshell=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=201.=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9=EF=BC=9Awebs?= =?UTF-8?q?hell=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=A0=B7=E5=BC=8F=E6=94=B9=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/cli/webSSH.scss | 26 +++++++------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/nezha-fronted/src/components/cli/webSSH.scss b/nezha-fronted/src/components/cli/webSSH.scss index e43eaddd9..815e5ee49 100644 --- a/nezha-fronted/src/components/cli/webSSH.scss +++ b/nezha-fronted/src/components/cli/webSSH.scss @@ -45,22 +45,6 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } -} -.shell-service-max { - height: 100% !important; - position: fixed !important; - top: 0; - bottom: 0; -} - -/*-------*/ - - .menu { - - } - .console{ - - } .console-title-icon{ font-size:18px; @@ -80,7 +64,7 @@ .el-dialog__header{ padding: 0px !important; } - } + } .el-tabs--border-card>.el-tabs__content { padding: 0px !important; } @@ -110,7 +94,15 @@ .el-submenu__title:hover{ background-color:#FFF !important; } +} +.shell-service-max { + height: 100% !important; + position: fixed !important; + top: 0; + bottom: 0; +} +/*-------*/ .dailog-custom{ width:100%; }