mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-10 19:19:20 +08:00
commit
d7b307926a
@ -130,6 +130,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
|
flex: 1;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: @heading-color;
|
color: @heading-color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -184,6 +185,7 @@
|
|||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex: 1;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
@ -45,6 +45,12 @@ const localeValues: Locale = {
|
|||||||
searchPlaceholder: '搜尋資料',
|
searchPlaceholder: '搜尋資料',
|
||||||
itemUnit: '項目',
|
itemUnit: '項目',
|
||||||
itemsUnit: '項目',
|
itemsUnit: '項目',
|
||||||
|
remove: '删除',
|
||||||
|
selectCurrent: '全選當頁',
|
||||||
|
removeCurrent: '删除當頁',
|
||||||
|
selectAll: '全選所有',
|
||||||
|
removeAll: '删除全部',
|
||||||
|
selectInvert: '反選當頁',
|
||||||
},
|
},
|
||||||
Upload: {
|
Upload: {
|
||||||
uploading: '正在上傳...',
|
uploading: '正在上傳...',
|
||||||
|
Loading…
Reference in New Issue
Block a user