偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
9 deletions
-
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 { |
|
|
|