mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-10 21:30:14 +08:00
add tootip
This commit is contained in:
parent
e124e16059
commit
fecf291009
@ -67,8 +67,9 @@ export default {
|
|||||||
logOut: 'Log Out',
|
logOut: 'Log Out',
|
||||||
dashboard: 'Dashboard',
|
dashboard: 'Dashboard',
|
||||||
github: 'Github',
|
github: 'Github',
|
||||||
screenfull: 'screenfull',
|
screenfull: 'Screenfull',
|
||||||
theme: 'theme'
|
theme: 'Theme',
|
||||||
|
size: 'Global Size'
|
||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
title: 'Login Form',
|
title: 'Login Form',
|
||||||
|
@ -68,7 +68,8 @@ export default {
|
|||||||
dashboard: '首页',
|
dashboard: '首页',
|
||||||
github: '项目地址',
|
github: '项目地址',
|
||||||
screenfull: '全屏',
|
screenfull: '全屏',
|
||||||
theme: '换肤'
|
theme: '换肤',
|
||||||
|
size: '布局大小'
|
||||||
},
|
},
|
||||||
login: {
|
login: {
|
||||||
title: '系统登录',
|
title: '系统登录',
|
||||||
|
@ -11,7 +11,9 @@
|
|||||||
<screenfull class="screenfull right-menu-item"/>
|
<screenfull class="screenfull right-menu-item"/>
|
||||||
</el-tooltip>
|
</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"/>
|
<lang-select class="international right-menu-item"/>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user