mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2026-07-10 06:36:09 +00:00
+6
@@ -110,6 +110,9 @@ export default {
|
||||
}
|
||||
]
|
||||
});
|
||||
window.addEventListener("resize",()=>{
|
||||
this.commandstats.resize()
|
||||
});
|
||||
this.usedmemory = echarts.init(this.$refs.usedmemory, "macarons");
|
||||
this.usedmemory.setOption({
|
||||
tooltip: {
|
||||
@@ -133,6 +136,9 @@ export default {
|
||||
}
|
||||
]
|
||||
});
|
||||
window.addEventListener("resize",()=>{
|
||||
this.usedmemory.resize()
|
||||
});
|
||||
});
|
||||
},
|
||||
// 打开加载层
|
||||
|
||||
Reference in New Issue
Block a user