mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 11:47:48 +08:00
parent
48645003d7
commit
7569ccaf90
@ -18,7 +18,7 @@
|
||||
:virtual-triggering="splitButton"
|
||||
append-to-body
|
||||
pure
|
||||
:transition="`${ns.namespace.value}zoom-in-top`"
|
||||
:transition="`${ns.namespace.value}-zoom-in-top`"
|
||||
persistent
|
||||
@show="$emit('visible-change', true)"
|
||||
@hide="$emit('visible-change', false)"
|
||||
|
@ -19,7 +19,7 @@
|
||||
effect="light"
|
||||
placement="bottom-start"
|
||||
pure
|
||||
:transition="`${nsSelectV2.namespace.value}in-top`"
|
||||
:transition="`${nsSelectV2.namespace.value}-in-top`"
|
||||
trigger="click"
|
||||
persistent
|
||||
@show="handleMenuEnter"
|
||||
|
@ -15,7 +15,7 @@
|
||||
effect="light"
|
||||
pure
|
||||
trigger="click"
|
||||
:transition="`${nsSelect.namespace.value}zoom-in-top`"
|
||||
:transition="`${nsSelect.namespace.value}-zoom-in-top`"
|
||||
:stop-popper-mouse-event="false"
|
||||
:gpu-acceleration="false"
|
||||
persistent
|
||||
|
Loading…
Reference in New Issue
Block a user