forked from opentiny/tiny-vue
fix(tree): remove leaf node's padding-left (#1546)
This commit is contained in:
parent
e7661371e2
commit
d794903050
|
@ -319,12 +319,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.is-leaf:not(.is-root) {
|
||||
.@{tree-node-prefix-cls}__content {
|
||||
padding-left: var(--ti-tree-node-icon-font-size);
|
||||
}
|
||||
}
|
||||
|
||||
&__content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue