Przeglądaj źródła

DatePicker: fix align=center

Leopoldthecoder 8 lat temu
rodzic
commit
d791775683
1 zmienionych plików z 1 dodań i 1 usunięć
  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'
 };