fix(Field): failed test cases (#5065)

This commit is contained in:
neverland
2019-11-21 14:40:24 +08:00
committed by GitHub
parent f4b6b206a2
commit f6650aa1cd
5 changed files with 17 additions and 17 deletions
@@ -28,7 +28,7 @@ exports[`renders demo correctly 1`] = `
<div class="van-cell van-field">
<div class="van-cell__title van-field__label"><span>张三</span></div>
<div class="van-cell__value">
<div class="van-field__body"><input type="text" maxlength="30" placeholder="请填写姓名" class="van-field__control"></div>
<div class="van-field__body"><input type="text" placeholder="请填写姓名" class="van-field__control"></div>
</div>
</div>
<div class="van-cell van-field">