mirror of
https://gitee.com/y_project/RuoYi-Vue.git
synced 2026-05-23 02:08:39 +00:00
优化缓存监控图表支持跟随屏幕大小自适应调整
This commit is contained in:
+4
@@ -133,6 +133,10 @@ export default {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
window.addEventListener("resize", () => {
|
||||||
|
this.commandstats.resize();
|
||||||
|
this.usedmemory.resize();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 打开加载层
|
// 打开加载层
|
||||||
|
|||||||
Reference in New Issue
Block a user