优化缓存监控图表支持跟随屏幕大小自适应调整
This commit is contained in:
parent
cbcfabee2a
commit
b8e2eeaaf8
|
@ -133,6 +133,10 @@ export default {
|
|||
}
|
||||
]
|
||||
});
|
||||
window.addEventListener("resize", () => {
|
||||
this.commandstats.resize();
|
||||
this.usedmemory.resize();
|
||||
});
|
||||
});
|
||||
},
|
||||
// 打开加载层
|
||||
|
|
Loading…
Reference in New Issue