实时报表-流量统计-统计页面中的二级页面显示滚动条
This commit is contained in:
@@ -637,7 +637,7 @@ function clientIPChart(rs,chartType){
|
||||
width: $(document).width()*0.9,
|
||||
height:$(document).height()*0.8,
|
||||
showScrolling: false, /* 是否显示浏览的滚动条 */
|
||||
iframeScrolling: 'no',
|
||||
iframeScrolling: 'yes',
|
||||
buttons: { 'close': true },
|
||||
loaded:function(h){
|
||||
$(".jbox-content,top.document").css("overflow-y","hidden")
|
||||
|
||||
@@ -637,7 +637,7 @@ function serverIPChart(rs,chartType){
|
||||
width: $(document).width()*0.9,
|
||||
height:$(document).height()*0.8,
|
||||
showScrolling: false, /* 是否显示浏览的滚动条 */
|
||||
iframeScrolling: 'no',
|
||||
iframeScrolling: 'yes',
|
||||
buttons: { 'close': true },
|
||||
loaded:function(h){
|
||||
$(".jbox-content,top.document").css("overflow-y","hidden")
|
||||
|
||||
@@ -693,7 +693,7 @@ function appTypeChart(rs,chartType){
|
||||
width: $(document).width()*0.9,
|
||||
height:$(document).height()*0.8,
|
||||
showScrolling: false, /* 是否显示浏览的滚动条 */
|
||||
iframeScrolling: 'no',
|
||||
iframeScrolling: 'yes',
|
||||
buttons: { 'close': true },
|
||||
loaded:function(h){
|
||||
$(".jbox-content,top.document").css("overflow-y","hidden")
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
width: $(document).width()*0.9,
|
||||
height:$(document).height()*0.8,
|
||||
showScrolling: false, /* 是否显示浏览的滚动条 */
|
||||
iframeScrolling: 'no',
|
||||
iframeScrolling: 'yes',
|
||||
buttons: { 'close': true },
|
||||
loaded:function(h){
|
||||
$(".jbox-content,top.document").css("overflow-y","hidden")
|
||||
|
||||
@@ -329,7 +329,7 @@
|
||||
width: $(document).width()*0.9,
|
||||
height:$(document).height()*0.8,
|
||||
showScrolling: false, /* 是否显示浏览的滚动条 */
|
||||
iframeScrolling: 'no',
|
||||
iframeScrolling: 'yes',
|
||||
buttons: { 'close': true },
|
||||
loaded:function(h){
|
||||
$(".jbox-content,top.document").css("overflow-y","hidden")
|
||||
|
||||
@@ -689,7 +689,7 @@ function protocolTypeChart(rs,chartType){
|
||||
width: $(document).width()*0.9,
|
||||
height:$(document).height()*0.8,
|
||||
showScrolling: false, /* 是否显示浏览的滚动条 */
|
||||
iframeScrolling: 'no',
|
||||
iframeScrolling: 'yes',
|
||||
buttons: { 'close': true },
|
||||
loaded:function(h){
|
||||
$(".jbox-content,top.document").css("overflow-y","hidden")
|
||||
|
||||
@@ -637,7 +637,7 @@ function subscriberIDChart(rs,chartType){
|
||||
width: $(document).width()*0.9,
|
||||
height:$(document).height()*0.8,
|
||||
showScrolling: false, /* 是否显示浏览的滚动条 */
|
||||
iframeScrolling: 'no',
|
||||
iframeScrolling: 'yes',
|
||||
buttons: { 'close': true },
|
||||
loaded:function(h){
|
||||
$(".jbox-content,top.document").css("overflow-y","hidden")
|
||||
|
||||
Reference in New Issue
Block a user