优化top.$.jBox日志趋势多条滚动条
点击顶部导航菜单后关闭top.$.jBox日志趋势弹框
This commit is contained in:
@@ -661,7 +661,11 @@ function logSearch(cfgId,serviceId){
|
||||
title: title,
|
||||
width: $(document).width()*0.8,
|
||||
height: $(document).height()*0.8,
|
||||
buttons: { close : true }
|
||||
buttons: { close : true },
|
||||
loaded : function(h) { //隐藏滚动条
|
||||
$(".jbox-content", top.document).css( "overflow-y", "hidden");
|
||||
}
|
||||
|
||||
});
|
||||
//alert(cfgId+'======'+url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user