🐛 Fix small RangePicker 1px align problem

close #13105
This commit is contained in:
afc163 2018-11-16 18:04:41 +08:00
parent b265692478
commit 8a49fea94a
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -42,6 +42,11 @@
outline: none;
}
&-input.@{ant-prefix}-input-sm {
padding-top: 0;
padding-bottom: 0;
}
&:hover &-input:not(.@{ant-prefix}-input-disabled) {
border-color: @primary-color;
}