diff --git a/frontend/views/menu/index.php b/frontend/views/menu/index.php index 61bca34..5d1430c 100644 --- a/frontend/views/menu/index.php +++ b/frontend/views/menu/index.php @@ -22,7 +22,7 @@ use \common\libs\MyLib;
- +
@@ -120,10 +120,8 @@ use \common\libs\MyLib; } $(function() { search(); - var tab=$("#listTable").attr('data-height'); - console.log(tab); - $('.fixed-table-body').css({'height':tab}); + $('.fixed-table-body').css({'height':tab-40}); }); endBlock(); ?>
ID