Commit c4f31c90 authored by renjintao's avatar renjintao

storeHouseLeft

parent 1dca0d70
...@@ -48,13 +48,13 @@ export default { ...@@ -48,13 +48,13 @@ export default {
///浏览器窗口大小变化 ///浏览器窗口大小变化
return (() => { return (() => {
window.screenHeight = window.innerHeight; window.screenHeight = window.innerHeight;
this.divHeight = window.innerHeight - 180 + "px"; this.divHeight = window.innerHeight - 260 + "px";
})(); })();
}; };
}, },
created() { created() {
this.loadTree() this.loadTree()
var theight = window.innerHeight - 180 + 'px' var theight = window.innerHeight - 260 + 'px'
this.divHeight = theight this.divHeight = theight
}, },
methods: { methods: {
......
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