src/views/monitor/cache/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/monitor/cache/index.vue
@@ -98,7 +98,6 @@ } ] }); const usedmemoryInstance = echarts.init(usedmemory.value, "macarons"); usedmemoryInstance.setOption({ tooltip: { @@ -122,6 +121,10 @@ } ] }) window.addEventListener("resize", () => { commandstatsIntance.resize(); usedmemoryInstance.resize(); }); }) }