[bugfix] Checkbox: label height (#2293)

This commit is contained in:
neverland 2018-12-15 11:02:16 +08:00 committed by GitHub
parent 16e4889a92
commit ebef4d3d3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;