|
@@ -20,7 +20,7 @@ function autoFlashHeight(){
|
|
|
$('.main-bottom-content').find('textarea').width($('.main-bottom-content').width() - 25);
|
|
|
$(".main-data").height($('.main-top-content').height());
|
|
|
$(".main-data-full").height($(window).height()-headerHeight);
|
|
|
- $(".main-data-bottom").height($(window).height()-headerHeight-toolsBarHeightQ-topContentHeight-$('#rationSearchResult').height() + 30);
|
|
|
+ $(".main-data-bottom").height($(window).height()-headerHeight-toolsBarHeightQ-topContentHeight-$('#rationSearchResult').height() + 29);
|
|
|
$('.bottom-content').height($('.main-data-bottom').height());
|
|
|
if (typeof billsGuidance !== 'undefined') {
|
|
|
billsGuidance.initSlideSize();
|