From 865d7641a84973ba4abc75351aa7a150f53039e6 Mon Sep 17 00:00:00 2001 From: maojindao55 Date: Fri, 18 Jul 2025 18:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/pages/login/comonents/PhoneLogin.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'}`} />