瀏覽代碼

fix: 修改补充材料层级

shiyanyu 1 月之前
父節點
當前提交
b045c46781
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/EntDeclaration/auditTaskManagement/taskFillIn.vue

+ 4 - 4
src/views/EntDeclaration/auditTaskManagement/taskFillIn.vue

@@ -4,7 +4,7 @@
     :size="drawerSize"
     :with-header="true"
     :modal="true"
-    style="z-index: 9000"
+    :z-index="9000"
     :close-on-click-modal="false"
     :show-close="true"
     @close="handleDrawerClose"
@@ -147,9 +147,9 @@
         title="补充材料"
         :visible.sync="materialDialogVisible"
         width="600px"
-        style="z-index: 10000"
+        :z-index="10000"
         :close-on-click-modal="false"
-        :modal="false"
+        :modal="true"
         append-to-body
       >
         <el-form
@@ -280,7 +280,7 @@
         :title="'选择模板'"
         :visible="costAuditDialogVisible"
         width="50%"
-        style="z-index: 11000"
+        :z-index="20000"
         :close-on-click-modal="false"
         :confirm-loading="costAuditSubmitting"
         @confirm="submitCostAuditTemplate"