fix cell css

This commit is contained in:
cookfront 2017-02-24 18:01:01 +08:00
parent f524d6ccd2
commit f1d65f6a78
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
<i v-if="icon" class="zui-icon" :class="'zui-icon-' + icon"></i>
</slot>
<slot name="title">
<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__text" v-text="title"></span>
<span class="z-cell__label" v-if="label" v-text="label"></span>
</slot>
</div>
<div class="z-cell__value" :class="{ 'is-link' : isLink }">

View File

@ -33,7 +33,7 @@
}
}
@empty-cells: show title {
@e title {
float: left;
overflow: hidden;
}