From 19c450817f50930ef17d5c1edfd991a29e48afe3 Mon Sep 17 00:00:00 2001 From: taohebin Date: Sat, 6 Jan 2024 12:47:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20input=E7=A4=BA=E4=BE=8B=20=20placeholder?= =?UTF-8?q?-class=E8=AE=BE=E7=BD=AEplaceholder=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/input/input.uvue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/component/input/input.uvue b/pages/component/input/input.uvue index 71371945..8fdcb5c0 100644 --- a/pages/component/input/input.uvue +++ b/pages/component/input/input.uvue @@ -48,7 +48,7 @@ - + @@ -336,9 +336,6 @@ } .uni-input-placeholder-class { - background-color: green; - } - .uni-input-placeholder-class-ts { - background-color: orange; + font-size: 10px; } -- GitLab