add CellSwitch component

This commit is contained in:
陈嘉涵
2017-08-28 17:38:32 +08:00
parent c9031494be
commit 245f03309f
7 changed files with 209 additions and 0 deletions

View File

@@ -31,3 +31,4 @@
@import './uploader.css';
@import './swipe.css';
@import './notice-bar.css';
@import './switch-cell.css';

View File

@@ -0,0 +1,9 @@
.van-switch-cell {
.van-cell__title {
vertical-align: middle;
}
.van-switch {
float: right;
}
}