Browse Source

fix: remove space (#32974)

Co-authored-by: machixian <machixian@myweimai.com>
pull/32975/head
WeijieChen 3 years ago
committed by GitHub
parent
commit
38ecbd7573
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/date-picker/locale/zh_CN.tsx

2
components/date-picker/locale/zh_CN.tsx

@ -22,7 +22,7 @@ const locale: PickerLocale = {
};
// should add whitespace between char in Button
locale.lang.ok = '确 定';
locale.lang.ok = '确定';
// All settings at:
// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json

Loading…
Cancel
Save