RuoYi
2024-12-17 8b97a0c09b65a55bae0eb8875dd58c2b101cb08c
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();
    });
  })
}