Explorar o código

项目管理窗口汇总栏高度丢失

Chente %!s(int64=8) %!d(string=hai) anos
pai
achega
0885ba037a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      js/global.js

+ 1 - 0
js/global.js

@@ -8,6 +8,7 @@ function autoFlashHeight(){
     $(".main-data-side-s").height($(window).height()-headerHeight-toolsbarHeight-sidebarToolsBarHeight-2);
     $(".main-data-side-s").height($(window).height()-headerHeight-toolsbarHeight-sidebarToolsBarHeight-2);
     $(".main-data-top").height($(window).height()-headerHeight-toolsbarHeight-bottomContentHeight-1);
     $(".main-data-top").height($(window).height()-headerHeight-toolsbarHeight-bottomContentHeight-1);
     $(".main-data-full").height($(window).height()-headerHeight-toolsbarHeight-1);
     $(".main-data-full").height($(window).height()-headerHeight-toolsbarHeight-1);
+    $(".side-content").height($(window).height()-headerHeight );
     $(".poj-list").height($(window).height()-headerHeight-toolsbarHeight);
     $(".poj-list").height($(window).height()-headerHeight-toolsbarHeight);
     $(".form-list").height($(window).height()-headerHeight-50 );
     $(".form-list").height($(window).height()-headerHeight-50 );
 };
 };