fix datepicker style

This commit is contained in:
afc163 2015-11-02 14:46:06 +08:00
parent 6b2a12b8d4
commit 7c409e54b0
2 changed files with 2 additions and 1 deletions

View File

@ -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]
}
};

View File

@ -10,6 +10,7 @@
position: relative;
display: inline-block;
outline: none;
font-size: @font-size-base;
> input {
outline: none;