[bugfix] Checkbox: label-position prop not work

This commit is contained in:
陈嘉涵
2019-05-31 21:36:04 +08:00
parent 898ba11483
commit df275a0168
6 changed files with 56 additions and 12 deletions

View File

@@ -59,7 +59,6 @@
line-height: @checkbox-size;
&--left {
float: left;
margin: 0 @checkbox-label-margin 0 0;
}