F 修复web终端主机列表无法滚动的问题 #420

pull/442/head
vapao 2021-12-19 19:27:22 +08:00
parent ce7c17fe4d
commit b0dbfb9324
1 changed files with 3 additions and 0 deletions

View File

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