[Doc] update checkbox & radio demo (#406)

This commit is contained in:
neverland
2017-12-11 10:40:34 +08:00
committed by GitHub
parent beaac87760
commit 1182eafef3
2 changed files with 20 additions and 0 deletions

View File

@@ -75,6 +75,15 @@ export default {
.van-checkbox {
margin: 0;
}
.van-checkbox__input {
float: right;
position: static;
}
span {
margin: 0;
}
}
}
</style>