|
@@ -1227,6 +1227,7 @@ export default {
|
|
|
},
|
|
|
updated(){
|
|
|
$('.ppt-item').css('height',$('.ppt-item').width()*0.7);
|
|
|
+ $('.ppt-item').css('background-image',`url(${this.pptBgImage})`);
|
|
|
window.onresize = ()=>{
|
|
|
$('.ppt-item').css('height',$('.ppt-item').width()*0.7);
|
|
|
}
|