Browse Source

缓存仪表图设置默认大小

RuoYi 4 years ago
parent
commit
6cfff90b4a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ruoyi-ui/src/views/monitor/cache/index.vue

+ 2 - 0
ruoyi-ui/src/views/monitor/cache/index.vue

@@ -123,6 +123,8 @@ export default {
             {
               name: "峰值",
               type: "gauge",
+              min: 0,
+              max: 1000,
               detail: {
                 formatter: this.cache.info.used_memory_human,
               },