|
@@ -573,7 +573,7 @@ function bindTabClick(){
|
|
|
})
|
|
|
}
|
|
|
function adjustHeight() {
|
|
|
- const extHt = window.opener?60:0;
|
|
|
+ const extHt = window.opener?60:0; //网页查看时隐藏页脚
|
|
|
var ht = window.innerHeight || document.documentElement.clientHeight;
|
|
|
$(".content").height(ht - 160 + "px");
|
|
|
$(".content .infos").height(ht - 170 + "px");
|