DatePicker: fix align=center

This commit is contained in:
Leopoldthecoder 2017-07-20 11:27:01 +08:00 committed by 杨奕
parent 90528c2a4f
commit d791775683

View File

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