|
@@ -20,7 +20,7 @@ function autoFlashHeight(){
|
|
|
$(".main-data-full").height($(window).height()-headerHeight-toolsbarHeight-1);
|
|
$(".main-data-full").height($(window).height()-headerHeight-toolsbarHeight-1);
|
|
|
$(".main-data-full-fl").height($(window).height()-headerHeight-toolsbarHeight-37);
|
|
$(".main-data-full-fl").height($(window).height()-headerHeight-toolsbarHeight-37);
|
|
|
$(".main-data-full-feeRate").height($(window).height()-headerHeight-78);
|
|
$(".main-data-full-feeRate").height($(window).height()-headerHeight-78);
|
|
|
- $(".main-data-full-tender").height($(window).height()-headerHeight-btntoolsbarHeight-10);
|
|
|
|
|
|
|
+ $(".main-data-full-tender").height($(window).height()-headerHeight-btntoolsbarHeight-10-30); // 30是留个水平进度条位置
|
|
|
$(".main-data-not").height($(window).height()-headerHeight-1);
|
|
$(".main-data-not").height($(window).height()-headerHeight-1);
|
|
|
$(".main-data-side-search").height($(window).height()-headerHeight-toolsbarHeight-64);
|
|
$(".main-data-side-search").height($(window).height()-headerHeight-toolsbarHeight-64);
|
|
|
$(".side-content").height($(window).height()-headerHeight );
|
|
$(".side-content").height($(window).height()-headerHeight );
|