From e2371220e3ded67f0623ce8550cdf1570f96bff4 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Mon, 21 Mar 2022 14:17:15 +0800
Subject: [PATCH] 实现第二版页面间通讯机制

---
 forms/input/cInput.scss |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/forms/input/cInput.scss b/forms/input/cInput.scss
index ec60c37..e785b9c 100644
--- a/forms/input/cInput.scss
+++ b/forms/input/cInput.scss
@@ -14,8 +14,9 @@
             display: none;
         }
         .c-input-unit-text {
-            padding-right: 30rpx;
+            padding-right: 20px;
             color: #ccc;
+            font-size: 32px;
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1