mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
fix: component style should not depend on reset.css
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user