This commit is contained in:
梁灏 2018-01-23 11:05:01 +08:00
parent 076148112f
commit a73ae72b35
3 changed files with 32 additions and 6 deletions

View file

@ -29,6 +29,16 @@
display: none;
}
&-icon-clear{
display: none;
}
&-wrapper:hover{
.@{input-prefix-cls}-icon-clear{
display: inline-block;
}
}
&-icon-normal + &{
padding-right: 32px;
}