mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
styles: 修复选择框不居中问题 (#7909)
Co-authored-by: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com>
This commit is contained in:
parent
31544b47cd
commit
f905ad23b3
@ -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;
|
||||
|
||||
|
@ -303,7 +303,6 @@
|
||||
overflow: auto;
|
||||
user-select: none;
|
||||
.#{$ns}Checkbox--sm > i {
|
||||
margin-top: px2rem(-3px);
|
||||
margin-right: px2rem(4px);
|
||||
}
|
||||
&.is-mobile {
|
||||
|
Loading…
Reference in New Issue
Block a user