|
@ -45,9 +45,9 @@ import back from "../assets/img/Feedback/back.png"; |
|
|
|
|
|
|
|
|
import HistoryRecord from "./components/HistoryRecord.vue"; |
|
|
import HistoryRecord from "./components/HistoryRecord.vue"; |
|
|
|
|
|
|
|
|
// import VConsole from "vconsole"; |
|
|
|
|
|
|
|
|
import VConsole from "vconsole"; |
|
|
|
|
|
|
|
|
// const vConsole = new VConsole(); |
|
|
|
|
|
|
|
|
const vConsole = new VConsole(); |
|
|
|
|
|
|
|
|
const isMobile = ref(null); |
|
|
const isMobile = ref(null); |
|
|
|
|
|
|
|
@ -1026,9 +1026,7 @@ const adjustFooterPosition = async (height) => { |
|
|
console.log("window.visualViewport", window.visualViewport.height); |
|
|
console.log("window.visualViewport", window.visualViewport.height); |
|
|
const homePage = document.querySelector(".homepage"); |
|
|
const homePage = document.querySelector(".homepage"); |
|
|
|
|
|
|
|
|
homePage.style.height = `${height}px`; |
|
|
|
|
|
html.style.height = `${height}px`; |
|
|
|
|
|
body.style.height = `${height}px`; |
|
|
|
|
|
|
|
|
// homePage.style.height = `${height}px`; |
|
|
// homePage.style.height = `460px`; |
|
|
// homePage.style.height = `460px`; |
|
|
|
|
|
|
|
|
html.scrollTop = 0; |
|
|
html.scrollTop = 0; |
|
|