|
|
|
@ -96,8 +96,8 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
onLoad() { |
|
|
|
this.pageHight = 'height:' + (window.screen.height - 60) + 'px' |
|
|
|
console.log(this.pageHight) |
|
|
|
// this.pageHight = 'height:' + (window.screen.height - 60) + 'px' |
|
|
|
this.pageHight = 'height:' + (document.documentElement.clientHeight - 60) + 'px' |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
|