ant-design/components/date-picker
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
..
__tests__ Set snapshotSerializers 2017-04-02 18:09:23 +08:00
demo Remove used code and add test case for #5191 2017-03-07 18:49:22 +08:00
locale Revert "Traditional Chinese locale provider added (#5665)" 2017-04-09 03:37:49 +08:00
style not aligned after customizing the size of input 2017-04-11 18:48:03 +08:00
Calendar.tsx chore: add warning for deprecated API 2017-02-23 16:04:27 +08:00
createPicker.tsx [WIP] upgrade deps (#5455) 2017-03-27 10:09:38 +08:00
index.en-US.md docs: MonthPicker doesn't support onOk, close: #5350 2017-03-17 10:24:32 +08:00
index.tsx fix get(Popup|Calendar|Suggestion|Tooltip)Container ts type (#5528) 2017-03-28 13:20:05 +08:00
index.zh-CN.md docs: MonthPicker doesn't support onOk, close: #5350 2017-03-17 10:24:32 +08:00
RangePicker.tsx [WIP] upgrade deps (#5455) 2017-03-27 10:09:38 +08:00
wrapPicker.tsx [WIP] upgrade deps (#5455) 2017-03-27 10:09:38 +08:00