From b0dbfb9324fc7a34d9baeb0741f853adc7466af4 Mon Sep 17 00:00:00 2001 From: vapao Date: Sun, 19 Dec 2021 19:27:22 +0800 Subject: [PATCH] =?UTF-8?q?F=20=E4=BF=AE=E5=A4=8Dweb=E7=BB=88=E7=AB=AF?= =?UTF-8?q?=E4=B8=BB=E6=9C=BA=E5=88=97=E8=A1=A8=E6=97=A0=E6=B3=95=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E7=9A=84=E9=97=AE=E9=A2=98=20#420?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/ssh/index.module.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spug_web/src/pages/ssh/index.module.less b/spug_web/src/pages/ssh/index.module.less index 722469d..e0a6a9e 100644 --- a/spug_web/src/pages/ssh/index.module.less +++ b/spug_web/src/pages/ssh/index.module.less @@ -26,6 +26,8 @@ } :global(.ant-tree) { background-color: #fafafa; + height: calc(100vh - 98px); + overflow: auto; } .search { @@ -65,6 +67,7 @@ background-color: #000; color: #fff; padding-top: 200px; + margin-bottom: 0; text-align: center; }