Ver código fonte

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

zhouna 3 anos atrás
pai
commit
64facbff7a
1 arquivos alterados com 1 adições e 1 exclusões
  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");