Browse Source

在线表格编辑修改

duy 2 weeks ago
parent
commit
0ae8e9a341
1 changed files with 3 additions and 0 deletions
  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>