mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Fix button text whitespace
This commit is contained in:
parent
2ea1fb48a4
commit
69faeb9145
@ -17,7 +17,7 @@ const App = React.createClass({
|
||||
locale: assign({}, enUS, {
|
||||
timezoneOffset: 0 * 60,
|
||||
firstDayOfWeek: 0,
|
||||
minimalDaysInFirstWeek: 1
|
||||
minimalDaysInFirstWeek: 1,
|
||||
})
|
||||
};
|
||||
},
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user