DatePicker: fix align=center

pull/5897/head
Leopoldthecoder 2017-07-20 11:27:01 +08:00 committed by 杨奕
parent 90528c2a4f
commit d791775683
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ const TYPE_VALUE_RESOLVER_MAP = {
}; };
const PLACEMENT_MAP = { const PLACEMENT_MAP = {
left: 'bottom-start', left: 'bottom-start',
center: 'bottom-center', center: 'bottom',
right: 'bottom-end' right: 'bottom-end'
}; };