Fix button text whitespace

This commit is contained in:
afc163 2015-12-25 01:44:06 +08:00
parent 2ea1fb48a4
commit 69faeb9145
2 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const App = React.createClass({
locale: assign({}, enUS, {
timezoneOffset: 0 * 60,
firstDayOfWeek: 0,
minimalDaysInFirstWeek: 1
minimalDaysInFirstWeek: 1,
})
};
},

View File

@ -9,6 +9,9 @@ locale.lang = objectAssign({
timePlaceholder: '请选择时间',
}, CalendarLocale);
// should add whitespace between char in Button
locale.lang.ok = '确 定';
// All settings at:
// https://github.com/ant-design/ant-design/issues/424