CN-971 fix: 调整卡片布局为grid

This commit is contained in:
chenjinsong
2023-05-10 11:20:31 +08:00
parent e08a59d6cf
commit 5a6b464aa9
3 changed files with 32 additions and 23 deletions

View File

@@ -119,7 +119,7 @@ export default {
const overviewAppChart = layout.find(c => c.type === typeMapping.networkOverview.appList)
if (overviewAppChart) {
this.$nextTick(() => {
this.resizeAppChart()
this.handleDynamicChartHeight()
})
}
}