固定表头方法,直接在js里面设置一定的高度

webUi
赵桐华 5 years ago
parent 8b5a670a97
commit efa3c44872
  1. 12
      frontend/views/menu/index.php

@ -110,14 +110,14 @@ use \common\libs\MyLib;
var c=$('.ibox-title').height();
//获取table高度
var e=$(".row").height();
var d=a-c-100;
console.log("e:"+e);
console.log("d"+d);
console.log("d"+d-b);
var d=a-c-100;
if(e>d){
$('.fixed-table-body').css({'height':d});
console.log("滚动条");
}
}else{
$('.fixed-table-body').css({'height':e});
}
}
$(function() {

Loading…
Cancel
Save