mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Checkbox: label height (#2293)
This commit is contained in:
parent
16e4889a92
commit
ebef4d3d3d
@ -6,13 +6,14 @@
|
||||
|
||||
&__icon,
|
||||
&__label {
|
||||
height: @checkbox-size;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
line-height: @checkbox-size;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
height: @checkbox-size;
|
||||
|
||||
.van-icon {
|
||||
font-size: 14px;
|
||||
color: transparent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user