This commit is contained in:
梁灏 2018-08-08 15:37:21 +08:00
parent 74ef0a6ae1
commit d5e329fffd
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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{