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: { system: {
title: 'Submission System', title: 'Submission System',
repassword:'Reset password ', repassword:'Forget the password ',
register:'Register now', register:'Register now',
login:'Log in', login:'Log in',
forgetpwd:'Find Your Password', forgetpwd:'Find Your Password',

View File

@@ -27,7 +27,7 @@
</el-col> </el-col>
<el-col :span="24" style="margin-top: 5px;"> <el-col :span="24" style="margin-top: 5px;">
<el-link :underline="false" type="primary" @click="doRetrieve()"> <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-link>
</el-col> </el-col>
</el-row> </el-row>
@@ -161,7 +161,7 @@
.orcid { .orcid {
display: block; display: block;
width: 20px; width: 15px;
height: 20px; height: 15px;
} }
</style> </style>