域名统计界面去掉滚动条

This commit is contained in:
zhanghongqing
2018-12-27 19:06:23 +08:00
parent 2be0bfc1d9
commit 1efe1a21c5
2 changed files with 6 additions and 2 deletions

View File

@@ -149,6 +149,7 @@ function showDomainTrans(xData,series){
}, },
plotOptions: { plotOptions: {
series: { series: {
lineWidth:1,
marker: { marker: {
radius: 2, radius: 2,
hover: { hover: {

View File

@@ -367,10 +367,13 @@
top: '1%', top: '1%',
draggable:false, draggable:false,
width: $(document).width()*0.9, width: $(document).width()*0.9,
height:$(document).height()*0.9, height:$(document).height()*0.8,
showScrolling: false, /* 是否显示浏览的滚动条 */ showScrolling: false, /* 是否显示浏览的滚动条 */
iframeScrolling: 'no', iframeScrolling: 'no',
buttons: { 'close': true } buttons: { 'close': true },
loaded:function(h){
$(".jbox-content,top.document").css("overflow-y","hidden")
}
}); });
} }
/** /**