From e3fd2190fd241d4e0edbfc0e4ab323f26eda6544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Mon, 19 Aug 2019 14:15:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=84=E4=BB=B6=E5=A4=96?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/form/input.wc | 15 ++++++--------- src/form/select.wc | 24 ++++++++++++++---------- src/picker/date.wc | 10 ++++------ src/utils.js | 14 ++++++++++++++ 4 files changed, 38 insertions(+), 25 deletions(-) diff --git a/src/form/input.wc b/src/form/input.wc index bc4ea2b..77a9d69 100644 --- a/src/form/input.wc +++ b/src/form/input.wc @@ -45,6 +45,7 @@ li { textarea { flex: 1; min-width: 0; + width: 0; height: 100%; padding: 0 5px; border: 0; @@ -61,8 +62,7 @@ li { } } textarea { - width: 100%; - padding: 5px; + padding: 5px 8px; resize: none; } .prepend, @@ -107,7 +107,7 @@ li { padding: 8px 0; border-radius: 4px; background: #fff; - box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); .list { width: 100%; @@ -221,7 +221,7 @@ li {