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

webUi
赵桐华 5 years ago
parent 00df951f39
commit 10ce1efe00
  1. 6
      frontend/views/menu/index.php

@ -111,13 +111,9 @@ use \common\libs\MyLib;
//获取table高度
var e=$(".fixed-table-body").height();
var d=a-c-100;
if(e>d){
$('.fixed-table-body').css({'height':d});
}else{
$('.fixed-table-body').css({'height':e});
$('.fixed-table-body').css({'height':d});
}
}
$(function() {

Loading…
Cancel
Save