mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
fix: component style should not depend on reset.css
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<transition name="van-actionsheet-float">
|
||||
<div :class="['van-actionsheet', { 'van-actionsheet--withtitle': title }]" v-show="value">
|
||||
<div class="van-actionsheet__header van-hairline--top-bottom" v-if="title">
|
||||
<h3 v-text="title" />
|
||||
<div v-text="title" />
|
||||
<van-icon name="close" @click.stop="$emit('input', false)" />
|
||||
</div>
|
||||
<ul v-if="!title" class="van-actionsheet__list">
|
||||
|
Reference in New Issue
Block a user