mirror of https://github.com/openspug/spug
F 修复web终端主机列表无法滚动的问题 #420
parent
ce7c17fe4d
commit
b0dbfb9324
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue