feat(Layout): Add topLeft layout

This commit is contained in:
陈凯龙
2022-01-19 16:29:35 +08:00
parent 839b6015b8
commit 71b1c5e10c
28 changed files with 571 additions and 166 deletions

View File

@@ -35,7 +35,9 @@ export default {
localeIcon: 'Locale icon',
tagsView: 'Tags view',
logo: 'Logo',
greyMode: 'Grey mode'
greyMode: 'Grey mode',
fixedHeader: 'Fixed header',
headerTheme: 'Header theme'
},
size: {
default: 'Default',

View File

@@ -35,7 +35,9 @@ export default {
localeIcon: '多语言图标',
tagsView: '标签页',
logo: '标志',
greyMode: '灰色模式'
greyMode: '灰色模式',
fixedHeader: '固定头部',
headerTheme: '头部主题'
},
size: {
default: '默认',