Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
junjie 2021-06-04 15:49:53 +08:00
commit 63414ea9af

View File

@ -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