Commit d5e329fffd8455dbe7a3e8d36ee0dab82e57725c
1 parent
74ef0a6a
fixed #4162
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/components/tree/node.vue
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
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="md-arrow-dropright"></Icon> | 6 | + <Icon v-if="showArrow" type="ios-arrow-forward"></Icon> |
7 | <Icon v-if="showLoading" type="ios-loading" class="ivu-load-loop"></Icon> | 7 | <Icon v-if="showLoading" type="ios-loading" class="ivu-load-loop"></Icon> |
8 | </span> | 8 | </span> |
9 | <Checkbox | 9 | <Checkbox |
src/styles/components/tree.less
@@ -43,7 +43,7 @@ | @@ -43,7 +43,7 @@ | ||
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; | 46 | + font-size: @font-size-base; |
47 | vertical-align: middle; | 47 | vertical-align: middle; |
48 | } | 48 | } |
49 | &-open{ | 49 | &-open{ |