fix(tree): Click margin-top zoom will collapse treemenu(#559) (#568)

This commit is contained in:
chenguang 2023-10-10 14:51:19 +08:00 committed by GitHub
parent 43c8ff9b72
commit 0ba0955163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@
.@{tree-node-prefix-cls} { .@{tree-node-prefix-cls} {
white-space: nowrap; white-space: nowrap;
outline: 0; outline: 0;
overflow: hidden;
// 连接线 // 连接线
&.show-line { &.show-line {