From 4c01b879375fb84fa85c922790e09d4c9eb337af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Sat, 14 Sep 2019 12:26:58 +0800 Subject: [PATCH] update Input --- src/components/input/input.vue | 2 +- src/styles/components/input.less | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/input/input.vue b/src/components/input/input.vue index 8f9936e9..79532ae5 100644 --- a/src/components/input/input.vue +++ b/src/components/input/input.vue @@ -6,7 +6,7 @@ - {{ textLength }}/{{ upperLimit }} + {{ textLength }}/{{ upperLimit }} diff --git a/src/styles/components/input.less b/src/styles/components/input.less index 9191e7ab..4e2f6b5d 100644 --- a/src/styles/components/input.less +++ b/src/styles/components/input.less @@ -178,11 +178,6 @@ align-items: center; color: @subsidiary-color; font-size: @font-size-small; - &-inner{ - display: inline-block; - background: #fff; - line-height: normal; - } } }