获取table高度

webUi
赵桐华 5 years ago
parent d32a63f778
commit 0133b733da
  1. 4
      frontend/views/database/b-index.php

@ -158,9 +158,7 @@ use \common\libs\MyLib;
function fix(){
//table设置一定的高度
var tab=$("#listTable").attr('data-height');
console.log($('.fixed-table-body').height());
var a=$('.fixed-table-body').offsetHeight;
console.log(a);
console.log($('#listTable').height());
//$('.fixed-table-body').css({'height':tab-40});
//当浏览器窗口变化时,表头与表格不对齐解决

Loading…
Cancel
Save