Explorar o código

DatePicker: fix align=center

Leopoldthecoder %!s(int64=8) %!d(string=hai) anos
pai
achega
d791775683
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/date-picker/src/picker.vue

+ 1 - 1
packages/date-picker/src/picker.vue

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