feat:mobile view update

This commit is contained in:
jiangrui
2025-03-04 18:19:28 +08:00
parent b755b6b186
commit 301ed5648e
10 changed files with 219 additions and 165 deletions

View File

@@ -26,7 +26,6 @@ app.mount("#app");
const setRootFontSize = () => {
const isMobile = isMobileDevice();
console.log(isMobile);
if (!isMobile) {
return;
} // PC端不干预