mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 18:00:27 +08:00
fix cell
This commit is contained in:
parent
7bbb53e5f5
commit
771db44e42
@ -9,7 +9,7 @@
|
|||||||
<span class="zan-cell__label" v-if="label" v-text="label"></span>
|
<span class="zan-cell__label" v-if="label" v-text="label"></span>
|
||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
<div class="zan-cell__value" :class="{
|
<div class="zan-cell__value" v-if="value || this.$slots.default" :class="{
|
||||||
'is-link': isLink,
|
'is-link': isLink,
|
||||||
'is-alone': !this.$slots.title && !title && !label
|
'is-alone': !this.$slots.title && !title && !label
|
||||||
}">
|
}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user