refactor: 代码回退

This commit is contained in:
wangjiahao 2021-10-09 14:24:19 +08:00
parent 4da24c0cf5
commit a7fb283c07

View File

@ -939,7 +939,7 @@ export default {
if (this.canvasStyleData.openCommonStyle) {
if (this.canvasStyleData.panel.backgroundType === 'image' && this.canvasStyleData.panel.imageUrl) {
style = {
background: `url(_${this.canvasStyleData.panel.imageUrl}) no-repeat`,
background: `url(${this.canvasStyleData.panel.imageUrl}) no-repeat`,
...style
}
} else if (this.canvasStyleData.panel.backgroundType === 'color') {