fixed: #2219 & ColorPicker icon position

This commit is contained in:
Chavy 2017-10-28 11:57:38 +08:00
parent 7a9f6b28fc
commit b30250a7f0
3 changed files with 214 additions and 70 deletions

View file

@ -7,6 +7,9 @@
width: 100%;
position: relative;
vertical-align: middle;
// #2149 & #2219
line-height: normal
}
&-icon {
width: 32px;
@ -84,8 +87,3 @@
}
}
}
// #2149
.@{form-item-prefix-cls} .@{input-prefix-cls}-wrapper-small .@{input-prefix-cls}-icon{
line-height: 32px;
}