🎨
This commit is contained in:
parent
632c7d2ac6
commit
93d3cc310d
11 changed files with 26 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="fgmtyycl" :style="{ zIndex, top: top + 'px', left: left + 'px' }">
|
||||
<Transition :name="$store.state.animation ? 'zoom' : ''" @after-leave="emit('closed')">
|
||||
<Transition :name="$store.state.animation ? '_transition_zoom' : ''" @after-leave="emit('closed')">
|
||||
<MkUrlPreview v-if="showing" class="_popup _shadow" :url="url"/>
|
||||
</Transition>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue