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