|
@@ -6,12 +6,12 @@ function autoFlashHeight(){
|
|
|
let btntoolsbarHeight = $(".btn-toolbar").height();
|
|
|
// var feeRateToolsbarHeight = $(".toolsbar_feeRate").height();
|
|
|
let toolsBarHeightQ = $(".tools-bar-height-q").height();
|
|
|
- let toolsBarHeightD = $(".tools-bar-height-d").height();
|
|
|
+ let toolsBarHeightD = $("#deToolsBar").height();
|
|
|
let toolsBarHeightZ = $(".tools-bar-height-z").height();
|
|
|
//$(".main-data-side-q").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightQ-302);
|
|
|
$(".main-data-side-q").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightQ-$('#qd').find('.bottom-content').find('.p-0').height()-5);
|
|
|
- //$(".main-data-side-d").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightD-302);
|
|
|
- $(".main-data-side-d").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightD-$('#stdSectionRations').height()-5);
|
|
|
+
|
|
|
+ //$(".main-data-side-d").height($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightD-$('#stdSectionRations').height());
|
|
|
$(".main-data-side-zb").height(($(window).height()-headerHeight-toolsbarHeight-toolsBarHeightZ));
|
|
|
/*$(".main-data-side-zi").height($(window).height()-headerHeight-toolsbarHeight- toolsBarHeightZ - $(".main-data-side-zb").height());*/
|
|
|
$('.main-content').width($(window).width()-$('.main-nav').width()-$('.main-side').width()-5);
|