20210624
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user