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