Pārlūkot izejas kodu

校验提示被遮挡问题修复

lizhenhao 2 gadi atpakaļ
vecāks
revīzija
748888bb09

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

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