1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-09 13:47:25 +08:00

add tootip

This commit is contained in:
Pan 2018-08-29 15:14:27 +08:00
parent e124e16059
commit fecf291009
3 changed files with 8 additions and 4 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: '系统登录',

View File

@ -11,7 +11,9 @@
<screenfull class="screenfull right-menu-item"/>
</el-tooltip>
<size-select class="international right-menu-item"/>
<el-tooltip :content="$t('navbar.size')" effect="dark" placement="bottom">
<size-select class="international right-menu-item"/>
</el-tooltip>
<lang-select class="international right-menu-item"/>