mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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>
|
||||
</slot>
|
||||
</div>
|
||||
<div class="zan-cell__value" :class="{
|
||||
<div class="zan-cell__value" v-if="value || this.$slots.default" :class="{
|
||||
'is-link': isLink,
|
||||
'is-alone': !this.$slots.title && !title && !label
|
||||
}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user