feat:取消树组件内嵌时的高度限制

This commit is contained in:
fujianchao 2024-03-13 13:03:45 +08:00
parent 78a710a202
commit 35cb09323c

View File

@ -22,7 +22,6 @@
}
& > .#{$ns}Tree {
max-height: var(--Tree-max-height);
overflow: auto;
}