Browse Source

Merge remote-tracking branch 'origin/mergeOld0630' into testNew

zhouna 3 năm trước cách đây
mục cha
commit
64facbff7a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/js/informationOut.js

+ 1 - 1
src/js/informationOut.js

@@ -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");