diff --git a/src/main/webapp/WEB-INF/views/dashboard/newActiveClientIPList.jsp b/src/main/webapp/WEB-INF/views/dashboard/newActiveClientIPList.jsp index b17dcf137..85f160636 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/newActiveClientIPList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/newActiveClientIPList.jsp @@ -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") diff --git a/src/main/webapp/WEB-INF/views/dashboard/newActiveServerIPList.jsp b/src/main/webapp/WEB-INF/views/dashboard/newActiveServerIPList.jsp index cca13f828..3ea075b36 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/newActiveServerIPList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/newActiveServerIPList.jsp @@ -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") diff --git a/src/main/webapp/WEB-INF/views/dashboard/newAppTypeList.jsp b/src/main/webapp/WEB-INF/views/dashboard/newAppTypeList.jsp index 34f5ef09a..c112c2cbc 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/newAppTypeList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/newAppTypeList.jsp @@ -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") diff --git a/src/main/webapp/WEB-INF/views/dashboard/newConfigStatistic.jsp b/src/main/webapp/WEB-INF/views/dashboard/newConfigStatistic.jsp index b197a2ce6..51bb2fe4e 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/newConfigStatistic.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/newConfigStatistic.jsp @@ -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") diff --git a/src/main/webapp/WEB-INF/views/dashboard/newDomainsList.jsp b/src/main/webapp/WEB-INF/views/dashboard/newDomainsList.jsp index d056a45dd..bdcf4da5f 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/newDomainsList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/newDomainsList.jsp @@ -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") diff --git a/src/main/webapp/WEB-INF/views/dashboard/newProtocolTypeList.jsp b/src/main/webapp/WEB-INF/views/dashboard/newProtocolTypeList.jsp index 8b953df73..e644d3b60 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/newProtocolTypeList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/newProtocolTypeList.jsp @@ -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") diff --git a/src/main/webapp/WEB-INF/views/dashboard/newSubscriberIDList.jsp b/src/main/webapp/WEB-INF/views/dashboard/newSubscriberIDList.jsp index f18d0413b..2c8873799 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/newSubscriberIDList.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/newSubscriberIDList.jsp @@ -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")