Fix form controls align issue in IE11

close #9827
close #11133
This commit is contained in:
afc163 2018-07-03 14:04:46 +08:00
parent 8607c58abc
commit 60ebb434c1
3 changed files with 0 additions and 3 deletions

View File

@ -13,7 +13,6 @@
background-color: transparent !important;
cursor: pointer;
width: 100%;
display: block;
position: static;
}

View File

@ -39,7 +39,6 @@
&-input {
outline: none;
display: block;
}
&:hover &-input:not(.@{ant-prefix}-input-disabled) {

View File

@ -77,7 +77,6 @@
border: 0;
border-radius: @border-radius-base;
padding: 0 @control-padding-horizontal - 1px;
display: block;
.placeholder();
}