From adc299e8e68c6433c53c8fc8ecaeb00096c9e616 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Mon, 25 Nov 2019 15:58:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/finance/ticheng-jisuan.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/views/finance/ticheng-jisuan.php b/frontend/views/finance/ticheng-jisuan.php index 575a410..d16e8ad 100644 --- a/frontend/views/finance/ticheng-jisuan.php +++ b/frontend/views/finance/ticheng-jisuan.php @@ -237,10 +237,10 @@ use \common\libs\MyLib; var a=$(".gray-bg").height(); var b=$('#searchFrm').height(); var c=$('.ibox-title').height() - var d=a-b-c-75; + var d=a-b-c-100; console.log("body:"+a+"条件选择:"+b+"标题"+c); console.log(d); - $('.fixed-table-body').css({'height':'300px'}); + $('.fixed-table-body').css({'height': d}); }); endBlock(); ?>