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