update Table Icons

This commit is contained in:
梁灏 2018-06-25 13:03:08 +08:00
parent fdcb8143be
commit 021bbec2c3
4 changed files with 123 additions and 503 deletions

View file

@ -8,7 +8,7 @@
<template v-if="renderType === 'normal'"><span>{{row[column.key]}}</span></template>
<template v-if="renderType === 'expand' && !row._disableExpand">
<div :class="expandCls" @click="toggleExpand">
<Icon type="ios-arrow-right"></Icon>
<Icon type="ios-arrow-forward"></Icon>
</div>
</template>
<Cell