styles: 修复选择框不居中问题 (#7909)

Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
qkiroc 2023-08-22 17:36:27 +08:00 committed by GitHub
parent 31544b47cd
commit f905ad23b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@
line-height: 1;
background: var(--Checkbox-gb);
display: inline-block;
vertical-align: middle;
vertical-align: text-bottom;
position: relative;
pointer-events: all;

View File

@ -303,7 +303,6 @@
overflow: auto;
user-select: none;
.#{$ns}Checkbox--sm > i {
margin-top: px2rem(-3px);
margin-right: px2rem(4px);
}
&.is-mobile {