mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-18 01:06:39 +08:00
modify text link color for register page
This commit is contained in:
parent
2f2e146951
commit
4b3b64e9e2
@ -141,10 +141,10 @@
|
|||||||
|
|
||||||
<el-row class="text-line" :gutter="24">
|
<el-row class="text-line" :gutter="24">
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-link type="primary" @click="router.push('/login')">登录</el-link>
|
<el-link type="primary" class="text-link" @click="router.push('/login')">登录</el-link>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
<el-link type="primary" @click="router.push('/')">首页</el-link>
|
<el-link type="primary" class="text-link" @click="router.push('/')">首页</el-link>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-form>
|
</el-form>
|
||||||
@ -379,6 +379,7 @@ const doSubmitRegister = (verifyData) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.btn-row {
|
.btn-row {
|
||||||
padding-top 10px;
|
padding-top 10px;
|
||||||
|
|
||||||
@ -389,6 +390,10 @@ const doSubmitRegister = (verifyData) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-link {
|
||||||
|
color #ffffff
|
||||||
|
}
|
||||||
|
|
||||||
.text-line {
|
.text-line {
|
||||||
justify-content center
|
justify-content center
|
||||||
padding-top 10px;
|
padding-top 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user