|
|
|
@ -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() { |
|
|
|
|