修复横向滚动条不显示问题
This commit is contained in:
@@ -306,7 +306,14 @@ function customColumnClick(){
|
||||
$('#total').html(trtotal);
|
||||
}
|
||||
}
|
||||
|
||||
window.onload=function (){
|
||||
setTimeout(function (){
|
||||
var height=document.documentElement.clientHeight;
|
||||
if($('.table-responsive')){
|
||||
$('.table-responsive').css({'height':height-166+'px'});
|
||||
}
|
||||
},510);
|
||||
}
|
||||
window.onresize=function (){
|
||||
var height=document.documentElement.clientHeight;
|
||||
if($('.table-responsive')){
|
||||
|
||||
Reference in New Issue
Block a user