update sysDesktop.html
This commit is contained in:
@@ -732,7 +732,9 @@ $(function(){
|
|||||||
var footerHeight = $('.main-footer').outerHeight() || 0;
|
var footerHeight = $('.main-footer').outerHeight() || 0;
|
||||||
var windowHeight = $(window).height();
|
var windowHeight = $(window).height();
|
||||||
$('.content').css('min-height', windowHeight - footerHeight);
|
$('.content').css('min-height', windowHeight - footerHeight);
|
||||||
myChart1.resize(); myChart2.resize(); myChart3.resize();
|
if(myChart1) myChart1.resize();
|
||||||
|
if(myChart2) myChart2.resize();
|
||||||
|
if(myChart3) myChart3.resize();
|
||||||
}).resize();
|
}).resize();
|
||||||
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
|
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
|
||||||
$(window).resize();
|
$(window).resize();
|
||||||
|
|||||||
Reference in New Issue
Block a user