fixed #4162
This commit is contained in:
parent
74ef0a6ae1
commit
d5e329fffd
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<ul :class="classes">
|
||||
<li>
|
||||
<span :class="arrowClasses" @click="handleExpand">
|
||||
<Icon v-if="showArrow" type="md-arrow-dropright"></Icon>
|
||||
<Icon v-if="showArrow" type="ios-arrow-forward"></Icon>
|
||||
<Icon v-if="showLoading" type="ios-loading" class="ivu-load-loop"></Icon>
|
||||
</span>
|
||||
<Checkbox
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
display: inline-block;
|
||||
i {
|
||||
transition: all @transition-time @ease-in-out;
|
||||
font-size: @font-size-large;
|
||||
font-size: @font-size-base;
|
||||
vertical-align: middle;
|
||||
}
|
||||
&-open{
|
||||
|
|
Loading…
Add table
Reference in a new issue