fix(DatePicker): fix RangePicker time-input not editable

close #15863
This commit is contained in:
afc163 2019-04-04 15:42:25 +08:00
parent 3c75c4f4e4
commit 2916a35325
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -22,6 +22,7 @@
white-space: nowrap;
text-align: center;
vertical-align: top;
pointer-events: none;
}
.@{calendar-prefix-cls}-range {