This commit is contained in:
wangjinlei
2021-06-24 15:41:51 +08:00
parent c9fd965e75
commit c4f8be8444
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ const en = {
system: {
title: 'Submission System',
repassword:'Reset password ',
repassword:'Forget the password ',
register:'Register now',
login:'Log in',
forgetpwd:'Find Your Password',

View File

@@ -27,7 +27,7 @@
</el-col>
<el-col :span="24" style="margin-top: 5px;">
<el-link :underline="false" type="primary" @click="doRetrieve()">
<img class="orcid" src="../../assets/img/orcid.png" style="float: left;margin: -1px 5px 0 0;"/>Login with your
<img class="orcid" src="../../assets/img/orcid.png" style="float: left;margin: -1px 5px 0 0;"/>Login with your orcid
</el-link>
</el-col>
</el-row>
@@ -161,7 +161,7 @@
.orcid {
display: block;
width: 20px;
height: 20px;
width: 15px;
height: 15px;
}
</style>