diff --git a/frontend/views/database/b-index.php b/frontend/views/database/b-index.php index b866661..da02b67 100644 --- a/frontend/views/database/b-index.php +++ b/frontend/views/database/b-index.php @@ -123,7 +123,7 @@ use \common\libs\MyLib; beginBlock('footer_js'); ?> - +// @@ -159,7 +159,7 @@ use \common\libs\MyLib; //table设置一定的高度 var tab=$("#listTable").attr('data-height'); console.log($('.fixed-table-body').height()); - console.log($('.fixed-table-body').offsetHeight()); + console.log($('.fixed-table-body').offsetHeight); //$('.fixed-table-body').css({'height':tab-40}); //当浏览器窗口变化时,表头与表格不对齐解决 $('.table').bootstrapTable();