diff --git a/index.html b/index.html
index 0394f78..a932940 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
-
+
AI机器人群聊
diff --git a/src/pages/login/comonents/PhoneLogin.tsx b/src/pages/login/comonents/PhoneLogin.tsx
index 4e0fe6d..8bf932f 100644
--- a/src/pages/login/comonents/PhoneLogin.tsx
+++ b/src/pages/login/comonents/PhoneLogin.tsx
@@ -105,7 +105,7 @@ const PhoneLogin: React.FC = ({ handleLoginSuccess }) => {
value={phone}
onChange={(e) => setPhone(e.target.value)}
maxLength={11}
- className={`border-none focus:ring-0 focus-visible:ring-0 focus-visible:ring-offset-0 shadow-none p-0 ${isMobile ? 'text-sm' : 'text-base'}`}
+ className={`border-none focus:ring-0 focus-visible:ring-0 focus-visible:ring-offset-0 shadow-none p-0 ${isMobile ? 'text-base' : 'text-base'}`}
/>
@@ -117,7 +117,7 @@ const PhoneLogin: React.FC = ({ handleLoginSuccess }) => {
value={code}
onChange={(e) => setCode(e.target.value)}
maxLength={6}
- className={`border rounded-lg ${isMobile ? 'p-2.5' : 'p-3'} ${isMobile ? 'h-[42px]' : 'h-[46px]'} focus:border-[#ff6600] focus:ring-0 focus-visible:ring-0 focus-visible:ring-offset-0 shadow-none ${isMobile ? 'text-sm' : 'text-base'}`}
+ className={`border rounded-lg ${isMobile ? 'p-2.5' : 'p-3'} ${isMobile ? 'h-[42px]' : 'h-[46px]'} focus:border-[#ff6600] focus:ring-0 focus-visible:ring-0 focus-visible:ring-offset-0 shadow-none ${isMobile ? 'text-base' : 'text-base'}`}
/>