mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
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`,
|
background: `url(${this.canvasStyleData.panel.imageUrl}) no-repeat`,
|
||||||
...style
|
...style
|
||||||
}
|
}
|
||||||
} else {
|
} else if (this.canvasStyleData.panel.backgroundType === 'color') {
|
||||||
style = {
|
style = {
|
||||||
background: this.canvasStyleData.panel.color,
|
background: this.canvasStyleData.panel.color,
|
||||||
...style
|
...style
|
||||||
|
Loading…
Reference in New Issue
Block a user