zhouna 4 anni fa
parent
commit
1e895feaa0
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/js/allotCheckTask.js

+ 2 - 2
src/js/allotCheckTask.js

@@ -274,12 +274,12 @@ $(function() {
 //高度适应
 function setBoxHeight() {
     const ht = window.innerHeight;
-    let at = 70;console.log($(".tabs:visible"))
+    let at = 70;
     if($(".tabs:visible").length){  //tab显示时高度
         at=0;
     }
     $('.table-cont').height(ht - (309-at) + 'px');
-    $(".patient-table-cont").height(ht - (424-at) + 'px');
+    $(".patient-table-cont").height(ht - (323-at) + 'px');
     $('.overAuto').height(ht - (249-at) + 'px');
 }