Merge pull request #1103 from dataease/pr@v1.4@refactor_panel-open

refactor:如果仪表板未设置底色,视图放大底色设置为白色
This commit is contained in:
王嘉豪
2021-11-02 11:35:46 +08:00
committed by GitHub

View File

@@ -58,6 +58,9 @@ export default {
}
}
}
if (!style.background) {
style.background = '#FFFFFF'
}
return style
},
...mapState([