浏览代码

高度修改

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