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 {
position: relative;
margin: 0 0 0 px2rem(35px);
margin: 0 0 0 px2rem(30px);
display: none;
}
@ -249,7 +249,7 @@
}
.#{$ns}TreeSelection-itemLabel {
margin-left: var(--gap-xs);
// margin-left: var(--gap-xs);
}
}
@ -451,4 +451,4 @@
&-input.is-active &-caret {
transform: rotate(180deg);
}
}
}