Commit 8a58b2739ff313cbb778617f4db4ee510ed390bd

Authored by 梁灏
1 parent 6606ee61

update Tree Icons

src/components/tree/node.vue
@@ -3,8 +3,8 @@ @@ -3,8 +3,8 @@
3 <ul :class="classes"> 3 <ul :class="classes">
4 <li> 4 <li>
5 <span :class="arrowClasses" @click="handleExpand"> 5 <span :class="arrowClasses" @click="handleExpand">
6 - <Icon v-if="showArrow" type="arrow-right-b"></Icon>  
7 - <Icon v-if="showLoading" type="load-c" class="ivu-load-loop"></Icon> 6 + <Icon v-if="showArrow" type="md-arrow-dropright"></Icon>
  7 + <Icon v-if="showLoading" type="ios-sync" class="ivu-load-loop"></Icon>
8 </span> 8 </span>
9 <Checkbox 9 <Checkbox
10 v-if="showCheckbox" 10 v-if="showCheckbox"
src/styles/components/tree.less
@@ -43,6 +43,8 @@ @@ -43,6 +43,8 @@
43 display: inline-block; 43 display: inline-block;
44 i { 44 i {
45 transition: all @transition-time @ease-in-out; 45 transition: all @transition-time @ease-in-out;
  46 + font-size: @font-size-large;
  47 + vertical-align: middle;
46 } 48 }
47 &-open{ 49 &-open{
48 i { 50 i {