feature: add global size option (#1024)

This commit is contained in:
花裤衩
2018-08-29 15:24:47 +08:00
committed by GitHub
parent 5bbb4abe21
commit 0fbda3c8c7
11 changed files with 112 additions and 6 deletions

View File

@@ -67,8 +67,9 @@ export default {
logOut: 'Log Out',
dashboard: 'Dashboard',
github: 'Github',
screenfull: 'screenfull',
theme: 'theme'
screenfull: 'Screenfull',
theme: 'Theme',
size: 'Global Size'
},
login: {
title: 'Login Form',

View File

@@ -68,7 +68,8 @@ export default {
dashboard: '首页',
github: '项目地址',
screenfull: '全屏',
theme: '换肤'
theme: '换肤',
size: '布局大小'
},
login: {
title: '系统登录',