mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 20:28:52 +08:00
DatePicker: fix align=center
This commit is contained in:
parent
90528c2a4f
commit
d791775683
@ -178,7 +178,7 @@ const TYPE_VALUE_RESOLVER_MAP = {
|
||||
};
|
||||
const PLACEMENT_MAP = {
|
||||
left: 'bottom-start',
|
||||
center: 'bottom-center',
|
||||
center: 'bottom',
|
||||
right: 'bottom-end'
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user