[Improvement] Checkbox: add label-position prop (#1394)

This commit is contained in:
neverland
2018-07-04 00:42:58 +08:00
committed by GitHub
parent 4fd891ac29
commit 60fcfd4d46
4 changed files with 11 additions and 3 deletions

View File

@@ -25,6 +25,11 @@ $van-checkbox-size: 20px;
&__label {
margin-left: 10px;
&--left {
float: left;
margin: 0 10px 0 0;
}
}
&--round {