zhouna hace 4 años
padre
commit
a23c3d0058
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/js/information.js
  2. 1 1
      src/js/informationOut.js

+ 1 - 1
src/js/information.js

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

+ 1 - 1
src/js/informationOut.js

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