Explorar o código

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

LuCat %!s(int64=3) %!d(string=hai) anos
pai
achega
78535bdd86
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,
         };
       });