Pre Merge pull request !384 from 抓蛙师/dev

This commit is contained in:
抓蛙师 2023-07-04 07:21:19 +00:00 committed by Gitee
commit 13288d049f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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()
});
});
},
//