diff --git a/examples/routers/form.vue b/examples/routers/form.vue
index d1c3589b..94e9f01a 100644
--- a/examples/routers/form.vue
+++ b/examples/routers/form.vue
@@ -57,8 +57,9 @@
-
+
+
diff --git a/src/styles/components/input.less b/src/styles/components/input.less
index 710e37ea..05762294 100644
--- a/src/styles/components/input.less
+++ b/src/styles/components/input.less
@@ -83,4 +83,9 @@
padding-right: 32px;
}
}
+}
+
+// #2149
+.@{form-item-prefix-cls} .@{input-prefix-cls}-wrapper-small .@{input-prefix-cls}-icon{
+ line-height: 32px;
}
\ No newline at end of file