Преглед изворни кода

fix: 搜索定额窗口显示不完全

vian пре 3 година
родитељ
комит
7d2e5388a0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/maintain/billsGuidance_lib/js/global.js

+ 1 - 1
web/maintain/billsGuidance_lib/js/global.js

@@ -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();