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">
|
<ul :class="classes">
|
||||||
<li>
|
<li>
|
||||||
<span :class="arrowClasses" @click="handleExpand">
|
<span :class="arrowClasses" @click="handleExpand">
|
||||||
<Icon v-if="showArrow" type="arrow-right-b"></Icon>
|
<Icon v-if="showArrow" type="md-arrow-dropright"></Icon>
|
||||||
<Icon v-if="showLoading" type="load-c" class="ivu-load-loop"></Icon>
|
<Icon v-if="showLoading" type="ios-sync" class="ivu-load-loop"></Icon>
|
||||||
</span>
|
</span>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
v-if="showCheckbox"
|
v-if="showCheckbox"
|
||||||
|
|
|
@ -43,6 +43,8 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
i {
|
i {
|
||||||
transition: all @transition-time @ease-in-out;
|
transition: all @transition-time @ease-in-out;
|
||||||
|
font-size: @font-size-large;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
&-open{
|
&-open{
|
||||||
i {
|
i {
|
||||||
|
|
Loading…
Add table
Reference in a new issue