fix(tree): remove leaf node's padding-left (#1546)

This commit is contained in:
申君健 2024-04-10 15:47:36 +08:00 committed by GitHub
parent e7661371e2
commit d794903050
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -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;