diff --git a/src/components/MFA/index.vue b/src/components/MFA/index.vue index 0d08585b..2a2c20f1 100644 --- a/src/components/MFA/index.vue +++ b/src/components/MFA/index.vue @@ -186,8 +186,8 @@ export default { } .codeBtn.is-disabled, -.el-button.is-disabled:focus, -.el-button.is-disabled:hover { +.codeBtn.is-disabled:focus, +.codeBtn.is-disabled:hover { color: #c0c4cc; cursor: not-allowed; background-image: none; diff --git a/src/views/forgetpassword/index.vue b/src/views/forgetpassword/index.vue index b730ed3c..5a6b3240 100644 --- a/src/views/forgetpassword/index.vue +++ b/src/views/forgetpassword/index.vue @@ -391,6 +391,17 @@ export default { color: #409EFF; border-color: #409EFF; } + +.codeBtn.is-disabled, +.codeBtn.is-disabled:focus, +.codeBtn.is-disabled:hover { + color: #c0c4cc; + cursor: not-allowed; + background-image: none; + background-color: #fff; + border-color: #ebeef5; +} + .is-error.my_new_pwd { margin-bottom: 45px; } diff --git a/src/views/research/login.vue b/src/views/research/login.vue index c8724834..10f84628 100644 --- a/src/views/research/login.vue +++ b/src/views/research/login.vue @@ -349,8 +349,8 @@ export default { } .codeBtn.is-disabled, -.el-button.is-disabled:focus, -.el-button.is-disabled:hover { +.codeBtn.is-disabled:focus, +.codeBtn.is-disabled:hover { color: #c0c4cc; cursor: not-allowed; background-image: none; diff --git a/src/views/trials/trials-myinfo/account.vue b/src/views/trials/trials-myinfo/account.vue index c982002b..c920064e 100644 --- a/src/views/trials/trials-myinfo/account.vue +++ b/src/views/trials/trials-myinfo/account.vue @@ -5,134 +5,61 @@ {{ $t('trials:trials-myinfo:title:accountInfo') }} - + - + {{ user.UserName }} - + - + {{ $t('trials:trials-myinfo:button:update') }} - + {{ user.Phone }} - + - + {{ $t('trials:trials-myinfo:button:update') }} - + {{ user.EMail }} - - - {{ sendTitle }} + + - - + +
+ + {{ + sendTitle + }} +
- + {{ $t('trials:trials-myinfo:button:update') }}
- + - + {{ item.UserTypeShortName }} - + {{ $t('trials:trials-myinfo:button:toggleRole') }} @@ -188,11 +115,11 @@ export default { callback( lang === 'zh' ? new Error( - '1)用户名字符长度最小为4个字符,最大为16个字符,只可使用字母、数字、下划线;' - ) + '1)用户名字符长度最小为4个字符,最大为16个字符,只可使用字母、数字、下划线;' + ) : new Error( - 'the username must have:1) At least 4 characters;2) At most 16 characters;3)Only letters, numbers, and underscores are allowed.' - ) + 'the username must have:1) At least 4 characters;2) At most 16 characters;3)Only letters, numbers, and underscores are allowed.' + ) ) } else { callback() @@ -344,9 +271,26 @@ export default { }