Commit e94e76435e767ce3f916b23c5ffc388455cd8c8f

Authored by 梁灏
1 parent a35fb299

update Cell icons

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/cell/cell.vue
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
18 </div> 18 </div>
19 <div class="ivu-cell-arrow" v-if="to"> 19 <div class="ivu-cell-arrow" v-if="to">
20 <slot name="arrow"> 20 <slot name="arrow">
21 - <Icon type="ios-arrow-right"></Icon> 21 + <Icon type="ios-arrow-forward"></Icon>
22 </slot> 22 </slot>
23 </div> 23 </div>
24 </div> 24 </div>