From c53594e35d00fb54d7e2e982353d0eb52c97363f Mon Sep 17 00:00:00 2001 From: jimczj Date: Mon, 6 Aug 2018 17:46:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(input):=20=E6=9B=B4=E6=8D=A2=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/index.js | 4 ++-- src/components/input/index.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/input/index.js b/src/components/input/index.js index 8488ed41b..e7860a742 100644 --- a/src/components/input/index.js +++ b/src/components/input/index.js @@ -86,14 +86,14 @@ class AtInput extends Taro.Component { { clear && value ? - + : null } { error ? - + : null } diff --git a/src/components/input/index.scss b/src/components/input/index.scss index 26e570461..aff4b9a6f 100644 --- a/src/components/input/index.scss +++ b/src/components/input/index.scss @@ -10,7 +10,7 @@ &__input { flex: 1; - font-size: 24px; + font-size: 28px; padding: 0 12px; display: inline-block; vertical-align: middle;