@ -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});
});
</script>
<?php $this->endBlock(); ?>