Commit 741497a3 authored by renjintao's avatar renjintao

handleScroll

parent 47f7650f
...@@ -209,7 +209,7 @@ export default { ...@@ -209,7 +209,7 @@ export default {
created() { created() {
window.screenHeight = window.innerHeight window.screenHeight = window.innerHeight
this.iframeHeight = window.screenHeight - 58 this.iframeHeight = window.screenHeight - 58
this.gridHeight = window.screenHeight - 240 this.gridHeight = window.screenHeight - 260
}, },
mounted() { mounted() {
window.onresize = () => { window.onresize = () => {
...@@ -217,7 +217,7 @@ export default { ...@@ -217,7 +217,7 @@ export default {
return (() => { return (() => {
window.screenHeight = window.innerHeight window.screenHeight = window.innerHeight
this.iframeHeight = window.screenHeight - 58 this.iframeHeight = window.screenHeight - 58
this.gridHeight = window.screenHeight - 240 this.gridHeight = window.screenHeight - 260
})() })()
} }
this.getSchema() this.getSchema()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment