解决filter打开之后,左右滚动条消失了
添加说话人识别、人脸识别、台标识别日志查询
This commit is contained in:
@@ -320,6 +320,15 @@ function filterActionInit() {
|
||||
$("#isFilterAction").val("true");
|
||||
fiterPanleShow();
|
||||
}
|
||||
//调整滚动条div的高度
|
||||
var he=document.getElementsByClassName("filter-action-select-panle")[0].offsetHeight;
|
||||
var height=document.documentElement.clientHeight;
|
||||
if(he>0){
|
||||
he+=5;
|
||||
}
|
||||
if($('.table-responsive')){
|
||||
$('.table-responsive').css({'height':height-105-he+'px'});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user