forked from github/dataease
refactor: 代码回退
This commit is contained in:
parent
4da24c0cf5
commit
a7fb283c07
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user