From adb11244a8b72d271f6b60db9d6b770d9187ed74 Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Mon, 25 Mar 2024 15:35:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=A8=A1=E5=9D=97=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 11 +- src/views/login/captcha.vue | 2 +- src/views/login/components/Forget.vue | 45 +++---- src/views/login/components/Login.vue | 66 +++++----- src/views/login/index.vue | 168 +++++++++++++------------- src/views/login/index1.vue | 12 +- 6 files changed, 150 insertions(+), 154 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5bf5533..c6948a7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -45,16 +45,7 @@ const getThemeOverrides = computed(() => { }; }); -// onMounted(() => { -// window.addEventListener("resize", () => { -// nextTick(() => { -// const designWidth = 1440; -// const rempPx = 16; -// const scale = window.innerWidth / designWidth; -// document.documentElement.style.fontSize = scale * rempPx + "px"; -// }); -// }); -// }); +