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'