代码优化

This commit is contained in:
leijun
2018-09-25 16:53:39 +08:00
parent 80795c9b8a
commit 2d7632e8b1

View File

@@ -572,6 +572,10 @@ window.onload=function(){
$("#searchForm").find(".col-md-12").find(".pull-left").find(".input-group").find(".input-group-btn").css("padding-bottom", (newIgHeight-igHeight)+"px");
});
setTimeout(function (){
heightDiv();
},500);
}
var setInterceptDefaultInfo=function(cfgId){
var action=$("input[name='action']:checked").val();
@@ -1823,11 +1827,5 @@ function heightDiv(){
$('.table-responsive').css({'height':hei+'px'});
}
}
window.onload=function (){
setTimeout(function (){
heightDiv();
},500);
}
window.onresize=heightDiv;