luolei il y a 4 ans
Parent
commit
e47fb24651
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/js/informationOut.js

+ 1 - 1
src/js/informationOut.js

@@ -194,7 +194,7 @@ function bindTabClick(){
 }
 function adjustHeight() {
   var ht = window.innerHeight || document.documentElement.clientHeight;
-  $(".content").height(ht - 145 - 30 + "px");
+  $(".content").height(ht - 145 - 60 + "px");
 }
 function adjustWidth() {
   var wt = window.innerWidth || document.documentElement.clientWidth;