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

webUi
赵桐华 5 years ago
parent efa3c44872
commit 00df951f39
  1. 2
      frontend/views/menu/index.php

@ -109,7 +109,7 @@ use \common\libs\MyLib;
//获取标题高度
var c=$('.ibox-title').height();
//获取table高度
var e=$(".row").height();
var e=$(".fixed-table-body").height();
var d=a-c-100;
if(e>d){
$('.fixed-table-body').css({'height':d});

Loading…
Cancel
Save