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

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

@ -117,10 +117,7 @@ use \common\libs\MyLib;
if(e>d){
$('.fixed-table-body').css({'height':d});
console.log("滚动条");
}else{
$('.fixed-table-body').css({'height':e});
console.log("没有滚动条");
}
}
}
$(function() {

Loading…
Cancel
Save