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
commit f716a32545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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