Browse Source

🐛 Fix Input suffix align issue (#23606)

close #23588
pull/23614/head
偏右 5 years ago
committed by GitHub
parent
commit
3ddc99c28f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      components/input/style/affix.less

12
components/input/style/affix.less

@ -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 {

Loading…
Cancel
Save