Browse Source
chore: auto merge branchs (#33206)
branch: merge master into feature
pull/33318/head
github-actions[bot]
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
8 additions and
0 deletions
-
components/drawer/style/drawer.less
-
components/locale/zh_TW.tsx
|
|
@ -130,6 +130,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
&-title { |
|
|
|
flex: 1; |
|
|
|
margin: 0; |
|
|
|
color: @heading-color; |
|
|
|
font-weight: 500; |
|
|
@ -184,6 +185,7 @@ |
|
|
|
|
|
|
|
&-title { |
|
|
|
display: flex; |
|
|
|
flex: 1; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
|
|
@ -45,6 +45,12 @@ const localeValues: Locale = { |
|
|
|
searchPlaceholder: '搜尋資料', |
|
|
|
itemUnit: '項目', |
|
|
|
itemsUnit: '項目', |
|
|
|
remove: '删除', |
|
|
|
selectCurrent: '全選當頁', |
|
|
|
removeCurrent: '删除當頁', |
|
|
|
selectAll: '全選所有', |
|
|
|
removeAll: '删除全部', |
|
|
|
selectInvert: '反選當頁', |
|
|
|
}, |
|
|
|
Upload: { |
|
|
|
uploading: '正在上傳...', |
|
|
|