#
luxiaotao1123
2020-11-19 473b77cf9437839a5e31fdbcd8dda992aa078b99
src/main/webapp/views/monitor/monitor.html
@@ -880,5 +880,13 @@
        });
    }
    // eCharts 跟随窗口改变
    window.onresize = function(){
        crnChart.resize();
        lineCharts.resize();
        pieCharts.resize();
    }
</script>
</html>