This commit is contained in:
xulu
2021-06-24 18:01:30 +08:00
parent 5f9ae607c7
commit 7fbf782b84

View File

@@ -2,15 +2,14 @@
<div class="login-wrap" v-loading="loading">
<template>
<p class="ms_notes">
Thank you for your login with your ORCID ID, please login or register TMR Publshing Group account to connect with your ORCID
ID.
Thank you for using ORCID ID to login our website, please continue to login or register TMR Publshing Group account to connect with your ORCID ID.
</p>
<!-- <p class="ms_noter">
如果你拥有账户但没有绑定相应的ORCID请点击绑定操作<br/>
如果你没有账户请点击注册进行相应操作
</p> -->
<el-tabs v-model="activeName" class="ms_tab_n">
<el-tab-pane label="Binding" name="first">
<el-tab-pane label="Login" name="first">
<div class="ms_link">
<div class="ms-title">User Login</div>
<el-form class="ms-content" :rules="registerRules" ref="loginForm" :model="loginForm" label-width="0">
@@ -121,7 +120,7 @@ export default {
return {
account: localStorage.getItem('ms_username'),
code: this.$route.query.code,
loading: true,
// loading: true,
has_user: true,
loginForm: {},
registerForm: {},
@@ -295,7 +294,7 @@ export default {
}
.ms_tab_n .el-tabs__nav {
margin-left: 130px;
margin-left: 142px;
height: 60px;
padding-top: 25px;
}
@@ -307,7 +306,7 @@ export default {
}
.ms_tab_n .el-tabs__active-bar {
left: -22px;
left: -28px;
width: 120px !important;
}
</style>