mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 04:08:34 +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 {
|
&.is-leaf {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
&.is-hidden {
|
&.is-hidden {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user