Merge pull request #17421 from justjavac/master

fix: DatePicker's input box is obscured on safari
This commit is contained in:
偏右 2019-07-03 13:48:16 +08:00 committed by GitHub
commit 73d173da04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,7 @@
.input;
height: @input-height-sm;
line-height: @input-height-sm;
padding-right: 0;
padding-left: 0;
border: 0;