mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	modify text link color for register page
This commit is contained in:
		@@ -141,10 +141,10 @@
 | 
			
		||||
 | 
			
		||||
              <el-row class="text-line" :gutter="24">
 | 
			
		||||
                <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 :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-row>
 | 
			
		||||
            </el-form>
 | 
			
		||||
@@ -379,6 +379,7 @@ const doSubmitRegister = (verifyData) => {
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        .btn-row {
 | 
			
		||||
          padding-top 10px;
 | 
			
		||||
 | 
			
		||||
@@ -389,6 +390,10 @@ const doSubmitRegister = (verifyData) => {
 | 
			
		||||
          }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .text-link {
 | 
			
		||||
          color #ffffff
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        .text-line {
 | 
			
		||||
          justify-content center
 | 
			
		||||
          padding-top 10px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user