RuoYi
2024-12-04 e212a0ab75e1c59d0d030ac0b2f07048f6a0f9cf
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();
    });
  })
}