소스 검색

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