perf: 优化 ztree overflow

This commit is contained in:
ibuler 2023-02-28 17:12:36 +08:00
parent d930e09065
commit 06fc05e6b3

View File

@ -413,8 +413,7 @@ export default {
>>> .ztree {
overflow: auto;
background-color: transparent;
max-height: calc(100vh - 220px);
min-height: 500px;
height: calc(100vh - 237px);
li {
background-color: transparent !important;