forked from github/dataease
fix: 背景图片空url 问题
This commit is contained in:
parent
776e1febc1
commit
104a8a48fa
@ -58,8 +58,12 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
classBackground() {
|
classBackground() {
|
||||||
return {
|
if (this.importTemplateInfo.snapshot) {
|
||||||
background: `url(${this.importTemplateInfo.snapshot}) no-repeat`
|
return {
|
||||||
|
background: `url(${this.importTemplateInfo.snapshot}) no-repeat`
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
return {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user