|
@@ -263,9 +263,9 @@ $(function() {
|
|
|
//高度适应
|
|
|
function setBoxHeight() {
|
|
|
const ht = window.innerHeight;
|
|
|
- $('.table-cont').height(ht - 299 + 'px');
|
|
|
- $(".patient-table-cont").height(ht - 414 + 'px');
|
|
|
- $('.overAuto').height(ht - 239 + 'px');
|
|
|
+ $('.table-cont').height(ht - 309 + 'px');
|
|
|
+ $(".patient-table-cont").height(ht - 424 + 'px');
|
|
|
+ $('.overAuto').height(ht - 249 + 'px');
|
|
|
}
|
|
|
|
|
|
//病人列表获取筛选值
|