Commit 78535bdd865b0747b954a5813f87dce767349f91

Authored by LuCat
Committed by GitHub
1 parent aaa30fbf

fix: 修复右键按钮在弹窗下层级问题 (#1552)

src/components/ContextMenu/src/ContextMenu.vue
... ... @@ -64,6 +64,7 @@
64 64 width: `${width}px`,
65 65 left: `${left + 1}px`,
66 66 top: `${top + 1}px`,
  67 + zIndex: 9999,
67 68 };
68 69 });
69 70  
... ...