RuoYi
2025-02-28 3393757b8c3312e45c38ac95e011669ec4ad8285
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();
    });
  })
}