浏览代码

分配核查任务样式修改

1178232204@qq.com 3 年之前
父节点
当前提交
af7920ed23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/js/allotCheckTask.js

+ 1 - 1
src/js/allotCheckTask.js

@@ -282,7 +282,7 @@ function setBoxHeight() {
         at=0;
     }
     $('.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');
 }