Commit b9b2e602 by lijiabin

【需求 21402】ux: 加入过渡

parent db97ed05
......@@ -99,7 +99,7 @@ defineExpose({
<transition name="fade1">
<div
v-if="show"
class="absolute mention-panel z-[3000] w-60 rounded-xl border border-slate-200 bg-white p-2 shadow-[0_10px_26px_rgba(2,6,23,0.15)]"
class="absolute mention-panel z-[3000] w-60 rounded-xl border border-slate-200 bg-white p-2 shadow-[0_10px_26px_rgba(2,6,23,0.15)] transition-all duration-200"
:style="{ left: mousePosition.x + 'px', top: mousePosition.y + 'px' }"
@mousedown.stop
>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment