forked from github/dataease
refactor:如果仪表板未设置底色,视图放大底色设置为白色
This commit is contained in:
parent
e4c2f54c86
commit
482809747f
@ -58,6 +58,9 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!style.background) {
|
||||
style.background = '#FFFFFF'
|
||||
}
|
||||
return style
|
||||
},
|
||||
...mapState([
|
||||
|
Loading…
Reference in New Issue
Block a user