Browse Source

分配核查任务样式修改

1178232204@qq.com 3 years ago
parent
commit
af7920ed23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/allotCheckTask.js

+ 1 - 1
src/js/allotCheckTask.js

@@ -282,7 +282,7 @@ function setBoxHeight() {
         at=0;
         at=0;
     }
     }
     $('.table-cont').height(ht - (309-at) + 'px');
     $('.table-cont').height(ht - (309-at) + 'px');
-    $(".patient-table-cont").height(ht - (323-at) + 'px');
+    $(".patient-table-cont").height(ht - (423-at) + 'px');
     $('.overAuto').height(ht - (249-at) + 'px');
     $('.overAuto').height(ht - (249-at) + 'px');
 }
 }