mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-12 20:43:11 +08:00
Fix input prefix and suffix vertical alignment
This commit is contained in:
parent
00aa253a26
commit
ab2376e8ed
@ -59,4 +59,7 @@ ReactDOM.render(<App />, mountNode);
|
|||||||
.anticon-close-circle:hover {
|
.anticon-close-circle:hover {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
.anticon-close-circle:active {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
````
|
````
|
||||||
|
@ -294,7 +294,7 @@
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
line-height: 1.2;
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{inputClass}-prefix {
|
.@{inputClass}-prefix {
|
||||||
|
Loading…
Reference in New Issue
Block a user