解决drop弹出动画异常

This commit is contained in:
huanghong 2018-03-16 00:43:11 +08:00
parent a7262dbeab
commit e09b07b79c
6 changed files with 34 additions and 4 deletions

View file

@ -20,7 +20,7 @@
<Icon type="arrow-down-b" :class="[prefixCls + '-arrow']"></Icon>
</slot>
</div>
<transition name="slide-up">
<transition name="transition-drop">
<Drop
v-show="visible"
:class="{ [prefixCls + '-transfer']: transfer }"