|
@@ -675,7 +675,7 @@ export default {
|
|
created() {
|
|
created() {
|
|
if (this.type !== 'page') {
|
|
if (this.type !== 'page') {
|
|
var height = window.innerHeight > document.body.clientHeight ? window.innerHeight : document.body.clientHeight
|
|
var height = window.innerHeight > document.body.clientHeight ? window.innerHeight : document.body.clientHeight
|
|
- height -= 50
|
|
|
|
|
|
+ height -= 130
|
|
this.height = height + 'px'
|
|
this.height = height + 'px'
|
|
}
|
|
}
|
|
},
|
|
},
|