|
@@ -14,7 +14,7 @@ export default {
|
|
components: {},
|
|
components: {},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- height: document.documentElement.clientHeight - 79.5 + "px;",
|
|
|
|
|
|
+ height: document.documentElement.clientHeight - 45.5 + "px;",
|
|
url: "http://192.168.1.34:8000/"
|
|
url: "http://192.168.1.34:8000/"
|
|
// url:process.env.VUE_APP_BASE_API + "/static/windy.html"
|
|
// url:process.env.VUE_APP_BASE_API + "/static/windy.html"
|
|
};
|
|
};
|
|
@@ -25,7 +25,7 @@ export default {
|
|
}, 300);
|
|
}, 300);
|
|
const that = this;
|
|
const that = this;
|
|
window.onresize = function temp() {
|
|
window.onresize = function temp() {
|
|
- that.height = document.documentElement.clientHeight - 79.5 + "px;";
|
|
|
|
|
|
+ that.height = document.documentElement.clientHeight - 45.5 + "px;";
|
|
};
|
|
};
|
|
}
|
|
}
|
|
};
|
|
};
|