mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 11:47:48 +08:00
fix(components): [tree] fix expand-icon.is-leaf prevent click event (#13616)
This commit is contained in:
parent
77125639d3
commit
493790f95f
@ -104,6 +104,7 @@
|
||||
&.is-leaf {
|
||||
color: transparent;
|
||||
cursor: default;
|
||||
visibility: hidden;
|
||||
}
|
||||
&.is-hidden {
|
||||
visibility: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user