Explorar el Código

在线表格编辑修改

duy hace 2 semanas
padre
commit
0ae8e9a341
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

@@ -74,4 +74,7 @@ export default {
     overflow: auto;
   }
 }
+#luckysheet-rightclick-menu {
+  z-index: 9999 !important; /* 提高 z-index,确保不被其他元素遮挡 */
+}
 </style>