diff --git a/frontend/views/permissions/index.php b/frontend/views/permissions/index.php index 251fe32..833f9c1 100644 --- a/frontend/views/permissions/index.php +++ b/frontend/views/permissions/index.php @@ -103,7 +103,9 @@ use \common\libs\MyLib; var a=$(".gray-bg").height(); //获取标题高度 var c=$('.ibox-title').height(); - + //获取table高度 + var e=$("row").height(); + console.log(e); var d=a-c-100; $('.fixed-table-body').css({'height':d});