优化缓存监控图表支持跟随屏幕大小自适应调整
This commit is contained in:
parent
cbcfabee2a
commit
b8e2eeaaf8
4
ruoyi-ui/src/views/monitor/cache/index.vue
vendored
4
ruoyi-ui/src/views/monitor/cache/index.vue
vendored
@ -133,6 +133,10 @@ export default {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
window.addEventListener("resize", () => {
|
||||||
|
this.commandstats.resize();
|
||||||
|
this.usedmemory.resize();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 打开加载层
|
// 打开加载层
|
||||||
|
Loading…
Reference in New Issue
Block a user