浏览代码

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