fix RangePicker endtime-input not editable

This commit is contained in:
ycjcl868 2019-04-07 10:28:30 +08:00
parent fc45d7003e
commit 7f2a1d427b

View File

@ -72,6 +72,7 @@
line-height: @input-box-height;
text-align: center;
transform: translateX(-50%);
pointer-events: none;
}
&-right .@{calendar-prefix-cls}-date-input-wrap {