소스 검색

校验提示被遮挡问题修复

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 () {
+        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>