Commit 68e83658d99cd845b7b22d09d9a3b16cbe906ba3

Authored by 梁灏
1 parent 1199a742

update Layout Icons

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/components/layout/sider.vue
... ... @@ -3,7 +3,7 @@
3 3 :class="wrapClasses"
4 4 :style="wrapStyles">
5 5 <span v-show="showZeroTrigger" @click="toggleCollapse" :class="zeroWidthTriggerClasses">
6   - <i class="ivu-icon ivu-icon-navicon-round"></i>
  6 + <i class="ivu-icon ivu-icon-ios-menu"></i>
7 7 </span>
8 8 <div :class="childClasses">
9 9 <slot></slot>
... ... @@ -98,7 +98,7 @@
98 98 triggerIconClasses () {
99 99 return [
100 100 'ivu-icon',
101   - `ivu-icon-chevron-${this.reverseArrow ? 'right' : 'left'}`,
  101 + `ivu-icon-ios-arrow-${this.reverseArrow ? 'forward' : 'back'}`,
102 102 `${prefixCls}-trigger-icon`,
103 103 ];
104 104 },
... ...