tanghaolin
2025-04-20 fe4b76e24c82abf35afaaa07f3e681ba14ee2d80
src/App.vue
@@ -4,7 +4,7 @@
      <template v-if="!isLoginPage">
         <AppHeader class="flex-0" />
         <div id="app-page" class="flex-auto !overflow-y-auto bg-[#ffffff]" ref="containerRef">
            <div class="w-[63%] mx-auto">
            <div class="w-[100%] mx-auto">
               <router-view></router-view>
            </div>
            <AppFooter></AppFooter>