mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix cell css
This commit is contained in:
parent
f524d6ccd2
commit
f1d65f6a78
@ -5,8 +5,8 @@
|
|||||||
<i v-if="icon" class="zui-icon" :class="'zui-icon-' + icon"></i>
|
<i v-if="icon" class="zui-icon" :class="'zui-icon-' + icon"></i>
|
||||||
</slot>
|
</slot>
|
||||||
<slot name="title">
|
<slot name="title">
|
||||||
<span class="z-cell-text" v-text="title"></span>
|
<span class="z-cell__text" v-text="title"></span>
|
||||||
<span class="z-cell__abel" v-if="label" v-text="label"></span>
|
<span class="z-cell__label" v-if="label" v-text="label"></span>
|
||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
<div class="z-cell__value" :class="{ 'is-link' : isLink }">
|
<div class="z-cell__value" :class="{ 'is-link' : isLink }">
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@empty-cells: show title {
|
@e title {
|
||||||
float: left;
|
float: left;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user