域名统计界面去掉滚动条
This commit is contained in:
@@ -149,6 +149,7 @@ function showDomainTrans(xData,series){
|
|||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
series: {
|
series: {
|
||||||
|
lineWidth:1,
|
||||||
marker: {
|
marker: {
|
||||||
radius: 2,
|
radius: 2,
|
||||||
hover: {
|
hover: {
|
||||||
|
|||||||
@@ -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")
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user