mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
fix: component style should not depend on reset.css
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
</div>
|
||||
<div class="van-steps__message">
|
||||
<div class="van-steps__message-wrapper">
|
||||
<h4 class="van-steps__title" v-text="title"></h4>
|
||||
<p class="van-steps__desc" v-text="description"></p>
|
||||
<div class="van-steps__title" v-text="title"></div>
|
||||
<div class="van-steps__desc" v-text="description"></div>
|
||||
</div>
|
||||
</div>
|
||||
<slot name="message-extra">
|
||||
|
Reference in New Issue
Block a user