|
@@ -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);
|
|
|
/*全局自适应高度结束*/
|