瀏覽代碼

DatePicker: fix align=center

Leopoldthecoder 8 年之前
父節點
當前提交
d791775683
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'
 };