From 8dc0942cab1e1ac242f2671aee4229e0af401409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Fri, 16 Aug 2019 19:05:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96input/select?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/form/input.wc | 1 + src/form/select.wc | 1 + 2 files changed, 2 insertions(+) diff --git a/src/form/input.wc b/src/form/input.wc index 8d5ca9c..bc4ea2b 100644 --- a/src/form/input.wc +++ b/src/form/input.wc @@ -32,6 +32,7 @@ li { justify-content: center; align-items: center; min-width: 64px; + width: 100%; height: 32px; font-size: 14px; border: 1px solid nth($cp, 3); diff --git a/src/form/select.wc b/src/form/select.wc index e6ba191..1bb0924 100644 --- a/src/form/select.wc +++ b/src/form/select.wc @@ -26,6 +26,7 @@ justify-content: center; align-items: center; min-width: 64px; + width: 100%; height: 32px; font-size: 14px; border: 1px solid nth($cp, 3);