[Improvement] SwitchCell: add size prop (#1371)

This commit is contained in:
neverland
2018-07-01 07:47:14 +08:00
committed by GitHub
parent e820e072e3
commit e25dde299a
7 changed files with 17 additions and 8 deletions

View File

@@ -1,6 +1,9 @@
@import './common/var.css';
.van-switch-cell {
padding-top: 8px;
padding-bottom: 8px;
.van-switch {
float: right;
}