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;
- }
}
}