From 778d318c7e6ce9e2d4639c784679f819a851018c Mon Sep 17 00:00:00 2001 From: anonymous Date: Thu, 16 Jan 2025 14:05:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BD=8E=E7=AB=AFandr?= =?UTF-8?q?oid=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/NavBar.vue | 1 - src/pages-sub/official-community/index.vue | 2 +- src/pages-sub/team/index.vue | 2 +- src/pages/edit-password/index.vue | 3 +-- src/pages/index/index.vue | 5 ++--- src/pages/login/index.vue | 2 +- src/pages/register/index.vue | 2 +- vite.config.ts | 8 ++++++-- 9 files changed, 14 insertions(+), 13 deletions(-) diff --git a/src/App.vue b/src/App.vue index 0975bae..24798e4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,7 +36,7 @@ const userStore = useUserStore() /* 覆盖 uniapp 自带rpx效果 */ html { font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-size: 16px !important; + // font-size: 16px !important; } /* stylelint-disable-next-line selector-type-no-unknown */ #app { diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 6e82c30..76ad190 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -36,7 +36,6 @@ const handleClickLeft = () => { diff --git a/src/pages-sub/official-community/index.vue b/src/pages-sub/official-community/index.vue index 17e1b60..7dff537 100644 --- a/src/pages-sub/official-community/index.vue +++ b/src/pages-sub/official-community/index.vue @@ -49,7 +49,7 @@ import VueQrcode from '@chenfengyuan/vue-qrcode'