[Improvement] Cell: optimize left icon (#893)

This commit is contained in:
neverland
2018-04-19 16:10:37 +08:00
committed by GitHub
parent 24b95af824
commit 0192eb7ee8
10 changed files with 101 additions and 114 deletions

View File

@@ -31,7 +31,7 @@ describe('SwitchCell', () => {
DOMChecker(wrapper, {
text: {
'.van-cell__text': '测试标题'
'.van-cell__title span': '测试标题'
},
count: {
'.van-switch--on': 0,