Browse Source

Merge branch 'songjie/feature-20250924120152-大财神功能开发分支' into milestone-20250924-接入大财神工作流

milestone-20250924-接入大财神工作流
宋杰 5 days ago
parent
commit
b2d49369be
  1. 8
      src/views/homePage.vue

8
src/views/homePage.vue

@ -45,9 +45,9 @@ import back from "../assets/img/Feedback/back.png";
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);
@ -1026,9 +1026,7 @@ const adjustFooterPosition = async (height) => {
console.log("window.visualViewport", window.visualViewport.height);
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`;
html.scrollTop = 0;

Loading…
Cancel
Save