update background styling
This commit is contained in:
parent
6e884a7b41
commit
7af9423d5b
|
@ -49,8 +49,7 @@ export default {
|
|||
},
|
||||
backgroundStyle () {
|
||||
return {
|
||||
background: this.img,
|
||||
opacity: .5
|
||||
backgroundImage: this.img
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -92,4 +91,9 @@ export default {
|
|||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.background-img {
|
||||
background-size: cover;
|
||||
opacity: .5;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue