🐛 Fix Input suffix align issue (#23606)

close #23588
This commit is contained in:
偏右 2020-04-26 12:46:59 +08:00 committed by GitHub
parent 656b5abf65
commit 3ddc99c28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,20 +7,14 @@
&-affix-wrapper {
.input();
display: inline-flex;
height: @input-height-base;
padding-top: 0;
padding-bottom: 0;
max-height: @input-height-base;
&-lg {
height: @input-height-lg;
padding-top: 0;
padding-bottom: 0;
max-height: @input-height-lg;
}
&-sm {
height: @input-height-sm;
padding-top: 0;
padding-bottom: 0;
max-height: @input-height-sm;
}
&-disabled {