Fix input prefix and suffix vertical alignment

This commit is contained in:
afc163 2017-03-05 20:01:52 +08:00
parent 00aa253a26
commit ab2376e8ed
2 changed files with 4 additions and 1 deletions

View File

@ -59,4 +59,7 @@ ReactDOM.render(<App />, mountNode);
.anticon-close-circle:hover {
color: #999;
}
.anticon-close-circle:active {
color: #666;
}
````

View File

@ -294,7 +294,7 @@
top: 50%;
transform: translateY(-50%);
z-index: 2;
line-height: 1.2;
line-height: 0;
}
.@{inputClass}-prefix {