mirror of https://github.com/ElemeFE/element
DatePicker: fix align=center
parent
90528c2a4f
commit
d791775683
|
@ -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'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue