|
@@ -893,6 +893,10 @@ var SuperSearch = {
|
|
|
// 安卓获取高度异常临时处理方式
|
|
|
setTimeout(function () {
|
|
|
var isMaxHeight = $(".app-layout-content-b").height() - $(".selected-export-box").height()
|
|
|
+ var defaultHeight = nowClientHeight - $(".app-layout-header").height()- $(".selected-export-box").height()
|
|
|
+ if (isMaxHeight < defaultHeight) {
|
|
|
+ isMaxHeight = defaultHeight
|
|
|
+ }
|
|
|
$("#supersearchPage .app-layout-content-b #wrapper").css({height: isMaxHeight, 'overflow-y': 'auto'})
|
|
|
$(".loading_").hide();
|
|
|
$("#supersearchPage #working").addClass("hidden");
|