RuoYi
2023-11-29 b8e2eeaaf8ad88b0f88732df02196062cef938ab
优化缓存监控图表支持跟随屏幕大小自适应调整
1 files modified
4 ■■■■ changed files
ruoyi-ui/src/views/monitor/cache/index.vue 4 ●●●● patch | view | raw | blame | history
ruoyi-ui/src/views/monitor/cache/index.vue
@@ -133,6 +133,10 @@
            }
          ]
        });
        window.addEventListener("resize", () => {
          this.commandstats.resize();
          this.usedmemory.resize();
        });
      });
    },
    // 打开加载层