From e6f8801c0cd8e59dc4f1a9df4dafcb36a64a762d Mon Sep 17 00:00:00 2001 From: yinjiacheng Date: Wed, 16 Aug 2023 17:32:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0input=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/input/input.uvue | 599 ++++++++++++++++--------------- 1 file changed, 301 insertions(+), 298 deletions(-) diff --git a/pages/component/input/input.uvue b/pages/component/input/input.uvue index f2472eb7..5d21cf21 100644 --- a/pages/component/input/input.uvue +++ b/pages/component/input/input.uvue @@ -1,307 +1,310 @@ + .uni-input-placeholder-class { + background-color: green; + } + \ No newline at end of file -- GitLab