diff --git a/jshERP-web/src/components/layouts/IframePageView.vue b/jshERP-web/src/components/layouts/IframePageView.vue index 679c4cd7..5ba2a151 100644 --- a/jshERP-web/src/components/layouts/IframePageView.vue +++ b/jshERP-web/src/components/layouts/IframePageView.vue @@ -28,7 +28,7 @@ if (this.isMobile()) { this.height = 800 } else { - this.height = document.documentElement.clientHeight-130 + this.height = document.documentElement.clientHeight-105 } console.log("------url------"+url) console.log("------token------"+Vue.ls.get(ACCESS_TOKEN))