Commit 741497a3 authored by renjintao's avatar renjintao

handleScroll

parent 47f7650f
......@@ -209,7 +209,7 @@ export default {
created() {
window.screenHeight = window.innerHeight
this.iframeHeight = window.screenHeight - 58
this.gridHeight = window.screenHeight - 240
this.gridHeight = window.screenHeight - 260
},
mounted() {
window.onresize = () => {
......@@ -217,7 +217,7 @@ export default {
return (() => {
window.screenHeight = window.innerHeight
this.iframeHeight = window.screenHeight - 58
this.gridHeight = window.screenHeight - 240
this.gridHeight = window.screenHeight - 260
})()
}
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