mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-21 10:27:44 +08:00
Merge 33a897011c into 9eab537b2e
This commit is contained in:
commit
96ec2cc59e
@ -3,7 +3,7 @@
|
||||
class="contextmenuContainer listBox"
|
||||
v-if="isShow"
|
||||
ref="contextmenuRef"
|
||||
:style="{ left: left + 'px', top: top + 'px' }"
|
||||
:style="{ left: left + 'px', top: top + 'px', 'z-index': 3 }"
|
||||
:class="{ isDark: isDark }"
|
||||
>
|
||||
<template v-if="type === 'node'">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user