From 3807c88fd28b145899820f5009a9baa45ae77159 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 4 Dec 2023 09:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E9=83=A8=E4=B8=AD=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/langs/en.js | 6 +++++- src/i18n/langs/zh.js | 6 +++++- src/pages/shells/index/index.vue | 12 +++++++----- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/i18n/langs/en.js b/src/i18n/langs/en.js index 004ee39..3bb9d02 100644 --- a/src/i18n/langs/en.js +++ b/src/i18n/langs/en.js @@ -124,6 +124,10 @@ module.exports = { username: 'User name', number: 'S/N', operate: 'Operate', - remark: 'Remark' + remark: 'Remark', + changepassword: 'Change password', + exit: 'Exit', + oldpassword: 'Old password', + newpassword: 'New password' } } diff --git a/src/i18n/langs/zh.js b/src/i18n/langs/zh.js index d799468..45b4bf4 100644 --- a/src/i18n/langs/zh.js +++ b/src/i18n/langs/zh.js @@ -124,6 +124,10 @@ module.exports = { username: '用户名', number: '序号', operate: '操作', - remark: '备注' + remark: '备注', + changepassword: '修改密码', + exit: '退出', + oldpassword: '旧的密码', + newpassword: '新的密码' } } diff --git a/src/pages/shells/index/index.vue b/src/pages/shells/index/index.vue index bfd8685..e450115 100644 --- a/src/pages/shells/index/index.vue +++ b/src/pages/shells/index/index.vue @@ -33,8 +33,8 @@
@@ -507,9 +507,9 @@ export default { width 100% li width 100% - _font(30px, 80px, #fff,,center) - padding 0 10px - &:hover + _font(30px, 80px, #fff,,) + padding 0 20px + &:first-child color #3CC1FF .popper__arrow position absolute @@ -600,4 +600,6 @@ export default { white-space pre-line .state-item font-size 12px + .header_dropdown_wraper + width 300px