fix: 树状视图深层级节点支持水平滚动

This commit is contained in:
2026-07-11 16:32:27 +08:00
parent 392c64fc4a
commit 1831acc7f0
+1 -1
View File
@@ -760,7 +760,7 @@ onUnmounted(() => {
.key-content { .key-content {
flex: 1; flex: 1;
overflow-y: auto; overflow: auto;
} }
.key-checkbox { .key-checkbox {