diff --git a/frontend/views/menu/index.php b/frontend/views/menu/index.php index 76e423a..61bca34 100644 --- a/frontend/views/menu/index.php +++ b/frontend/views/menu/index.php @@ -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}); }); endBlock(); ?>