@ -120,6 +120,10 @@ use \common\libs\MyLib;
}
$(function() {
search();
var tab=$("#listTable").attr('data-height');
console.log(tab);
$('.fixed-table-body').css({'height':tab});
});
</script>
<?php $this->endBlock(); ?>