forked from github/dataease
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
63414ea9af
@ -160,7 +160,7 @@ export default {
|
||||
background: `url(${this.canvasStyleData.panel.imageUrl}) no-repeat`,
|
||||
...style
|
||||
}
|
||||
} else {
|
||||
} else if (this.canvasStyleData.panel.backgroundType === 'color') {
|
||||
style = {
|
||||
background: this.canvasStyleData.panel.color,
|
||||
...style
|
||||
|
Loading…
Reference in New Issue
Block a user