解决drop弹出动画异常
This commit is contained in:
parent
a7262dbeab
commit
e09b07b79c
6 changed files with 34 additions and 4 deletions
|
@ -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 }"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue