Browse Source

校验提示被遮挡问题修复

lizhenhao 2 năm trước cách đây
mục cha
commit
748888bb09
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      src/views/modules/cw/workClientInfo/WorkClientForm.vue

+ 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>