Collapse: slot header use display flex instead of float (#13277) (#13290)

This commit is contained in:
Harlan
2018-11-06 17:39:33 +08:00
committed by hetech
parent 9a31f5f6e6
commit 717b3480b9
2 changed files with 4 additions and 4 deletions

View File

@@ -20,11 +20,11 @@
@focus="handleFocus"
@blur="focusing = false"
>
<slot name="title">{{title}}</slot>
<i
class="el-collapse-item__arrow el-icon-arrow-right"
:class="{'is-active': isActive}">
</i>
<slot name="title">{{title}}</slot>
</div>
</div>
<el-collapse-transition>