Browse Source

fix: 字典管理页面点击编辑弹出遮罩层没有覆盖到整个页面,菜单还能选择

xiaoxian521 3 years ago
parent
commit
db4855737b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/plugins/vxe-table/index.ts

+ 1 - 1
src/plugins/vxe-table/index.ts

@@ -51,7 +51,7 @@ import {
 VXETable.setup({
   size: "medium",
   version: 0,
-  zIndex: 100,
+  zIndex: 1002,
   table: {
     // 自动监听父元素的变化去重新计算表格
     autoResize: true,