fix: component style should not depend on reset.css

This commit is contained in:
陈嘉涵
2017-09-13 13:35:37 +08:00
parent fd36e37dc0
commit d85025ebf7
11 changed files with 50 additions and 39 deletions

View File

@@ -10,9 +10,9 @@
@touchcancel="blurKey"
@animationend="onAnimationEnd"
>
<h3 class="van-number-keyboard__title van-hairline--top">
<div class="van-number-keyboard__title van-hairline--top">
<span>{{ title }}</span>
</h3>
</div>
<i
v-for="(key, index) in keys"
v-text="key"