From 485a9039d54812807130a5eb503af8138cf8374d Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Fri, 20 Oct 2017 15:36:43 +0800 Subject: [PATCH] fixed #2149 --- examples/routers/form.vue | 3 ++- src/styles/components/input.less | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/routers/form.vue b/examples/routers/form.vue index d1c3589..94e9f01 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 710e37e..0576229 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 -- libgit2 0.21.4