|
@@ -6,8 +6,8 @@ function autoFlashHeight(){
|
|
|
var bottomContentHeight = $(".bottom-content").height();
|
|
|
var toolsBarHeightQ = $(".tools-bar-height-q").height();
|
|
|
var toolsBarHeightD = $(".tools-bar-height-d").height();
|
|
|
- $(".main-data-side-q").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightQ-202);
|
|
|
- $(".main-data-side-d").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightD-202);
|
|
|
+ $(".main-data-side-q").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightQ-302);
|
|
|
+ $(".main-data-side-d").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightD-302);
|
|
|
$(".main-data-top").height($(window).height()-headerHeight-toolsbarHeight-bottomContentHeight-1);
|
|
|
$(".main-data-full").height($(window).height()-headerHeight-toolsbarHeight-1);
|
|
|
$(".main-data-full-fl").height($(window).height()-headerHeight-toolsbarHeight-37);
|