From 31317ece32160936b6d05d40341561d3d48b0b82 Mon Sep 17 00:00:00 2001 From: al Date: Thu, 14 Nov 2024 18:32:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AEinput=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/OwnInput/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/OwnInput/index.js b/components/OwnInput/index.js index 4369e49..7372f54 100644 --- a/components/OwnInput/index.js +++ b/components/OwnInput/index.js @@ -27,8 +27,8 @@ export default function OwnInput({ maxLength={11} onChange={(e) => onChange(e.target?.value)} value={value} - className={`w-full placeholder:text-[#FFFFFF80] ${inputClassName}`} - style={{ fontSize: `16px!important` }} + className={`w-full placeholder:text-[#FFFFFF80] text-[16px] focus:text-[16px] ${inputClassName}`} + // style={{ fontSize: `16px!important` }} /> {clearable && value != "" && (