update Tree Icons
This commit is contained in:
parent
6606ee6148
commit
8a58b2739f
2 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
<ul :class="classes">
|
||||
<li>
|
||||
<span :class="arrowClasses" @click="handleExpand">
|
||||
<Icon v-if="showArrow" type="arrow-right-b"></Icon>
|
||||
<Icon v-if="showLoading" type="load-c" class="ivu-load-loop"></Icon>
|
||||
<Icon v-if="showArrow" type="md-arrow-dropright"></Icon>
|
||||
<Icon v-if="showLoading" type="ios-sync" class="ivu-load-loop"></Icon>
|
||||
</span>
|
||||
<Checkbox
|
||||
v-if="showCheckbox"
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
display: inline-block;
|
||||
i {
|
||||
transition: all @transition-time @ease-in-out;
|
||||
font-size: @font-size-large;
|
||||
vertical-align: middle;
|
||||
}
|
||||
&-open{
|
||||
i {
|
||||
|
|
Loading…
Add table
Reference in a new issue