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; }