Browse Source

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

LuCat 3 years ago
parent
commit
78535bdd86
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/ContextMenu/src/ContextMenu.vue

+ 1 - 0
src/components/ContextMenu/src/ContextMenu.vue

@@ -64,6 +64,7 @@
           width: `${width}px`,
           left: `${left + 1}px`,
           top: `${top + 1}px`,
+          zIndex: 9999,
         };
       });