update Table Icons
This commit is contained in:
parent
fdcb8143be
commit
021bbec2c3
4 changed files with 123 additions and 503 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue