Explorar el Código

分配核查任务样式修改

1178232204@qq.com hace 3 años
padre
commit
af7920ed23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');
 }