Browse Source

侧栏 zThree替换S JS 标签需要高度,增加 .tab-content 高度

Chente 7 years ago
parent
commit
3e6d3f1e0d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/global.js

+ 1 - 0
js/global.js

@@ -11,6 +11,7 @@ function autoFlashHeight(){
     $(".form-list").height($(window).height()-headerHeight-50 );
     $(".main-data-top").height($(window).height()-headerHeight-toolsBar-bottomContentHeight-2);
     $(".main-data").height($(window).height()-headerHeight);
+    $(".main-side .tab-content").height($(window).height()-headerHeight-38);
 };
 $(window).resize(autoFlashHeight);
 /*全局自适应高度结束*/