diff --git a/frontend/views/database/c-index.php b/frontend/views/database/c-index.php index 76a5108..0f56a40 100644 --- a/frontend/views/database/c-index.php +++ b/frontend/views/database/c-index.php @@ -161,7 +161,7 @@ use \common\libs\MyLib; //table设置一定的高度 var tab=$("#listTable").attr('data-height'); $('.fixed-table-body').css({'height':tab-40}); - $('.fixed-table-container').style({'height':tab-40}) + $('.fixed-table-container').css({'height':tab-40}) //当浏览器窗口变化时,表头与表格不对齐解决 $('.table').bootstrapTable(); $(window).resize(function () {