mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix datepicker style
This commit is contained in:
parent
6b2a12b8d4
commit
7c409e54b0
@ -44,7 +44,7 @@ function createPicker(TheCalendar) {
|
||||
align: {
|
||||
points: ['tl', 'tl'],
|
||||
overflow: { adjustX: 0, adjustY: 0 },
|
||||
offset: [0, -8],
|
||||
offset: [0, -10],
|
||||
targetOffset: [0, 0]
|
||||
}
|
||||
};
|
||||
|
@ -10,6 +10,7 @@
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
outline: none;
|
||||
font-size: @font-size-base;
|
||||
|
||||
> input {
|
||||
outline: none;
|
||||
|
Loading…
Reference in New Issue
Block a user