From f09ca1e38a2e2d8024f11f77d885b916b89d98bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Tue, 30 Jan 2024 17:43:42 +0800 Subject: [PATCH] =?UTF-8?q?input=20=E5=85=A8=E5=B1=80=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.less b/src/style.less index 45f7b8a..93472bc 100644 --- a/src/style.less +++ b/src/style.less @@ -355,7 +355,7 @@ body { border-radius: 0; &::placeholder { - color: #fff; + color: #ccc; } } @@ -392,7 +392,7 @@ body { border-radius: 0; color: #fff; &::placeholder { - color: #fff; + color: #ccc; } &:focus { box-shadow: none;