浏览代码

高度调整

zhouna 4 年之前
父节点
当前提交
a23c3d0058
共有 2 个文件被更改,包括 2 次插入2 次删除
  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;