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

This commit is contained in:
RuoYi 2023-11-29 12:39:22 +08:00
parent cbcfabee2a
commit b8e2eeaaf8
1 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,10 @@ export default {
}
]
});
window.addEventListener("resize", () => {
this.commandstats.resize();
this.usedmemory.resize();
});
});
},
//