[bugfix] SwitchCell: text vertical align (#852)

This commit is contained in:
neverland
2018-04-11 15:41:29 +08:00
committed by GitHub
parent 9367968a82
commit bd8dd90a28
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
@import './common/var.css';
.van-switch-cell {
.van-cell__title {
vertical-align: middle;
.van-cell__text {
vertical-align: baseline;;
}
.van-switch {