mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-20 10:09:04 +00:00
perf: 优化 ztree overflow
This commit is contained in:
parent
d930e09065
commit
06fc05e6b3
@ -413,8 +413,7 @@ export default {
|
|||||||
>>> .ztree {
|
>>> .ztree {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
max-height: calc(100vh - 220px);
|
height: calc(100vh - 237px);
|
||||||
min-height: 500px;
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user