From 4c30e74deffffbc10fbdef533b490ac9a6d13818 Mon Sep 17 00:00:00 2001 From: qiang Date: Wed, 27 Jan 2021 15:55:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=97=B6=E6=9C=BA=E8=8E=B7=E5=8F=96=20input=E3=80=81textarea?= =?UTF-8?q?=20=E7=BB=84=E4=BB=B6=E5=80=BC=E4=B8=8D=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=20question/115897?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/view/components/input/index.vue | 26 +++++++------ src/core/view/components/textarea/index.vue | 42 +++++++++++---------- src/core/view/mixins/field.js | 20 +++++++--- src/shared/util.js | 23 +++++++---- 4 files changed, 67 insertions(+), 44 deletions(-) diff --git a/src/core/view/components/input/index.vue b/src/core/view/components/input/index.vue index f905b7dc6..b5737a900 100644 --- a/src/core/view/components/input/index.vue +++ b/src/core/view/components/input/index.vue @@ -1,8 +1,5 @@