Commit b8e2eeaa authored by RuoYi's avatar RuoYi

优化缓存监控图表支持跟随屏幕大小自适应调整

parent cbcfabee
......@@ -133,6 +133,10 @@ export default {
}
]
});
window.addEventListener("resize", () => {
this.commandstats.resize();
this.usedmemory.resize();
});
});
},
// 打开加载层
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment