From d0513b1f958fbf2d9e862e2a617a7737586048b0 Mon Sep 17 00:00:00 2001 From: SiiZhao <53964117+SiiZhao@users.noreply.github.com> Date: Thu, 15 Aug 2019 16:39:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=20input=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E8=AE=BE=E7=BD=AE=20confirm-type=20=E5=80=BC=E4=B8=BA?= =?UTF-8?q?search=20=E6=96=87=E5=AD=97=E5=9E=82=E7=9B=B4=E4=B8=8D=E5=B1=85?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/view/components/input/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/view/components/input/index.vue b/src/core/view/components/input/index.vue index a6d6ff9ad..41042d227 100644 --- a/src/core/view/components/input/index.vue +++ b/src/core/view/components/input/index.vue @@ -275,7 +275,8 @@ uni-input[hidden] { text-decoration: inherit; } -.uni-input-wrapper { +.uni-input-wrapper, +.uni-input-form { display: block; position: relative; width: 100%; -- GitLab