|
@@ -10,6 +10,7 @@ function autoFlashHeight(){
|
|
|
$(".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);
|
|
|
+ $("#project_glj_sheet").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);
|
|
|
$(".main-data-full-feeRate").height($(window).height()-headerHeight-78);
|