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