reset line-height of TextArea & Picker (#17165)

This commit is contained in:
zombieJ 2019-06-19 11:23:21 +08:00 committed by GitHub
parent a676f37505
commit dc4102d879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -43,6 +43,10 @@
&-input {
outline: none;
&.@{ant-prefix}-input {
line-height: @line-height-base;
}
}
&-input.@{ant-prefix}-input-sm {

View File

@ -7,7 +7,6 @@
background-color: transparent;
border: 0;
outline: 0;
vertical-align: top;
.placeholder();
&[disabled] {

View File

@ -82,6 +82,7 @@
min-height: @input-height-base;
vertical-align: bottom;
transition: all 0.3s, height 0s;
line-height: @line-height-base;
}
// Size