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