ant-design/components/date-picker/style
leadream 193b2b7684 not aligned after customizing the size of input
For some reasons I customized the size of <Input/>. Now the default height of <Input> is 40px. But there's a problem in <RangePicker/> after doing that: the texts and icon inside it are not aligned vertically at center.

When I look into the code I found the height of `ant-calendar-range-picker-input` is 18px. I modified it to 100% and it aligned. I'm not sure if it can affect the other code.

----------------------------------------
因为某些原因我自定义了 <Input/> 的尺寸,现在它的默认高度是40px。但是当我使用 <RangePicker/> 组件时,我发现了一个问题:输入框里面的文字和图标在垂直方向不能居中对齐。我看了一下 css 代码,发现里面的 `ant-calendar-range-picker-input` 高度是固定的18px,我把它改成100%就可以垂直居中对齐了。我不知道这个改动是否会影响其他代码。
2017-04-11 18:48:03 +08:00
..
Calendar.less Use @input-color to set calendar's input color (#5147) 2017-03-03 10:46:51 +08:00
DecadePanel.less fix: month/year panel of DatePicker[showToday=false], close: #5620 (#5635) 2017-04-06 18:44:11 +08:00
index.less Fix conflict less var, fix #3312 2016-10-07 15:41:11 +08:00
index.tsx refactor to typescript 2016-06-22 13:19:48 +08:00
MonthPanel.less fix: month/year panel of DatePicker[showToday=false], close: #5620 (#5635) 2017-04-06 18:44:11 +08:00
MonthPicker.less css: fix height of MonthPicker 2017-04-10 15:30:24 +08:00
Picker.less Fix disabled DatePicker hover border color 2017-03-01 15:26:12 +08:00
RangePicker.less not aligned after customizing the size of input 2017-04-11 18:48:03 +08:00
TimePicker.less Add border customization variables (#4734) 2017-01-31 16:05:10 +08:00
YearPanel.less fix: month/year panel of DatePicker[showToday=false], close: #5620 (#5635) 2017-04-06 18:44:11 +08:00