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