styles: 优化treeSelection组件样式 (#7256)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
qkiroc 2023-06-26 11:19:21 +08:00 committed by GitHub
parent 0eac2f5182
commit 00fbddf524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,7 +196,7 @@
&-sublist { &-sublist {
position: relative; position: relative;
margin: 0 0 0 px2rem(35px); margin: 0 0 0 px2rem(30px);
display: none; display: none;
} }
@ -249,7 +249,7 @@
} }
.#{$ns}TreeSelection-itemLabel { .#{$ns}TreeSelection-itemLabel {
margin-left: var(--gap-xs); // margin-left: var(--gap-xs);
} }
} }