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

webUi
赵桐华 5 years ago
parent b4829e1190
commit 1511de86f9
  1. 2
      frontend/views/permissions/index.php

@ -104,7 +104,7 @@ use \common\libs\MyLib;
//获取标题高度
var c=$('.ibox-title').height();
//获取table高度
var e=$("fixed-table-body").height();
var e=$(".fixed-table-body").height();
console.log(e);
var d=a-c-100;

Loading…
Cancel
Save