|
|
@@ -186,7 +186,7 @@ export default {
|
|
|
};
|
|
|
} else {
|
|
|
return {
|
|
|
- height: `calc(${this.appHeight} - ${this.safeTop} - 46px)`
|
|
|
+ height: `calc(${this.appHeight} - ${this.safeTop})`
|
|
|
};
|
|
|
}
|
|
|
},
|
|
|
@@ -194,14 +194,14 @@ export default {
|
|
|
if (this.windowVertical) {
|
|
|
return 'calc(100vw - 134px)';
|
|
|
} else {
|
|
|
- return `calc(${this.appHeight} - ${this.safeTop} - 230px)`;
|
|
|
+ return `calc(${this.appHeight} - ${this.safeTop} - 184px)`;
|
|
|
}
|
|
|
},
|
|
|
BannerWidth() {
|
|
|
if (this.windowVertical) {
|
|
|
return 'calc(100vw - 124px)';
|
|
|
} else {
|
|
|
- return `calc(${this.appHeight} - ${this.safeTop} - 220px)`;
|
|
|
+ return `calc(${this.appHeight} - ${this.safeTop} - 174px)`;
|
|
|
}
|
|
|
}
|
|
|
},
|