浏览代码

校验提示被遮挡问题修复

lizhenhao 2 年之前
父节点
当前提交
748888bb09
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/views/modules/cw/workClientInfo/WorkClientForm.vue

+ 7 - 0
src/views/modules/cw/workClientInfo/WorkClientForm.vue

@@ -1155,6 +1155,8 @@
         }
         }
       },
       },
       close () {
       close () {
+        this.tableKeyBilling = Math.random()
+        this.tableKeyContact = Math.random()
         this.inputForm = {
         this.inputForm = {
           id: '',
           id: '',
           createDate: '',
           createDate: '',
@@ -1535,3 +1537,8 @@
     text-align: left;
     text-align: left;
   }
   }
 </style>
 </style>
+<style>
+  .vxe-table--tooltip-wrapper{
+    z-index: 3000 !important;
+  }
+</style>