fix(components): [tree] fix expand-icon.is-leaf prevent click event (#13616)

This commit is contained in:
matto 2023-07-20 20:22:16 +08:00 committed by GitHub
parent 77125639d3
commit 493790f95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@
&.is-leaf {
color: transparent;
cursor: default;
visibility: hidden;
}
&.is-hidden {
visibility: hidden;