src/views/monitor/cache/index.vue
@@ -156,7 +156,6 @@ } ] }); const usedmemoryInstance = echarts.init(usedmemory.value, "macarons"); usedmemoryInstance.setOption({ tooltip: { @@ -180,6 +179,10 @@ } ] }) window.addEventListener("resize",()=>{ commandstatsIntance.resize() usedmemoryInstance.resize() }); } onMounted(() => {