From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 app/(shareLayout)/webapp-signin/page.tsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/app/\050shareLayout\051/webapp-signin/page.tsx" "b/app/\050shareLayout\051/webapp-signin/page.tsx"
index d58fafa..12f4152 100644
--- "a/app/\050shareLayout\051/webapp-signin/page.tsx"
+++ "b/app/\050shareLayout\051/webapp-signin/page.tsx"
@@ -92,8 +92,8 @@
   }, [message, tokenFromUrl]) // Added dependencies to useEffect
 
   return (
-    <div className="flex h-full items-center justify-center">
-      <div className={cn('flex w-full grow flex-col items-center justify-center', 'px-6', 'md:px-[108px]')}>
+    <div className="flex items-center justify-center h-full">
+      <div className={cn('flex flex-col items-center w-full grow justify-center', 'px-6', 'md:px-[108px]')}>
         <Loading type='area' />
       </div>
     </div>

--
Gitblit v1.8.0