fix(components): [input-number] suffix icon position (#7358)

* fix(components): [input-number] suffix icon position

* fix(components): [input-number] input-number remove display block

Co-authored-by: hezhaoshun <hezhaoshun@cmcm.com>
This commit is contained in:
joson 2022-04-25 13:07:00 +08:00 committed by GitHub
parent 97b73d5d06
commit 71d61bad5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@
.#{$namespace}-input {
&__wrapper {
display: block;
padding-left: #{map.get($input-height, 'default') + 10};
padding-right: #{map.get($input-height, 'default') + 10};
}