Fix fixed background issue
This commit is contained in:
parent
7115584882
commit
ee694d62eb
3 changed files with 13 additions and 7 deletions
|
@ -66,9 +66,8 @@ export default {
|
|||
})
|
||||
},
|
||||
logo () { return this.$store.state.instance.logo },
|
||||
style () {
|
||||
bgStyle () {
|
||||
return {
|
||||
'--body-background-image': `url(${this.background})`,
|
||||
'background-image': `url(${this.background})`
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue