Browse Source

优化缓存监控图表支持跟随屏幕大小自适应调整

master
RuoYi 2 years ago
parent
commit
b8e2eeaaf8
  1. 4
      ruoyi-ui/src/views/monitor/cache/index.vue

4
ruoyi-ui/src/views/monitor/cache/index.vue

@ -133,6 +133,10 @@ export default {
} }
] ]
}); });
window.addEventListener("resize", () => {
this.commandstats.resize();
this.usedmemory.resize();
});
}); });
}, },
// //

Loading…
Cancel
Save