Browse Source

表单样式修改

lipengtao 6 years ago
parent
commit
c1d3777745

+ 7 - 4
src/pages/index/views/logforms/enteringRegister.vue

@ -18,11 +18,11 @@
18 18
            <el-button type="primary" class='codeWidth codeButton' :disabled='isDisabled' @click="buttonCheck">{{buttonMsg}}</el-button>
19 19
          </el-form-item>
20 20
          <el-form-item>
21
            <i class="el-icon-check successSelect"></i><span class="protocol">我已阅读并同意<a href='#/userAgreement'>《邢台科技条件平台用户协议》</a></span>
21
            <i class="el-icon-check successSelect"></i><span class="protocol">我已阅读并同意<el-button type="text" @click="userAgreement">《邢台科技条件平台用户协议》</el-button></span>
22 22
          </el-form-item>
23 23
          <el-form-item>
24 24
            <el-button type="primary" :disabled="isDisabl" :loading="logining" @click="submitForm('ruleForm')">注册</el-button>
25
            <div class='existing-account'>已有账号<a href="#/loginPlat">立即登录</a></div>
25
            <div class='existing-account'>已有账号<el-button type="text" @click="loginPlat">立即登录</el-button></div>
26 26
          </el-form-item>
27 27
        </el-form>
28 28
      </div>
@ -146,8 +146,11 @@
146 146
          }
147 147
        });
148 148
      },
149
      goBackPwd() {
150
        this.$router.push({path: '/findPwd'});
149
      loginPlat() {
150
        this.$router.push({path: '/loginPlat'});
151
      },
152
      userAgreement() {
153
        this.$router.push({path: '/userAgreement'});
151 154
      }
152 155
    }
153 156
  };

+ 4 - 1
src/pages/index/views/logforms/findPwd.vue

@ -23,7 +23,7 @@
23 23
            <el-form-item></el-form-item>
24 24
            <el-form-item class="textButton-box">
25 25
              <el-button type="primary" :disabled="isDisabl" @click="nextStep('ruleForm')">下一步</el-button>
26
              <div class='existing-account'>又想起来了<a href="#/loginPlat">返回</a></div>
26
              <div class='existing-account'>又想起来了<el-button type="text" @click="loginPlat">返回</el-button></div>
27 27
            </el-form-item>
28 28
          </el-form>
29 29
          <el-form v-show="!stepFisrt" :model="ruleForm2" :rules="rules2" ref="ruleForm2" class="demo-ruleForm">
@ -194,6 +194,9 @@
194 194
            return false;
195 195
          }
196 196
        });
197
      },
198
      loginPlat() {
199
        this.$router.push({path: '/loginPlat'});
197 200
      }
198 201
    }
199 202
  };

+ 4 - 1
src/pages/index/views/logforms/inviteCodeLogin.vue

@ -5,7 +5,7 @@
5 5
      <div class="form-contain">
6 6
        <p class="form-title">登录</p>
7 7
        <ul class='table-panel'>
8
          <li class="table-panel-single"><a href="#/loginPlat">密码登录</a></li>
8
          <li class="table-panel-single"><el-button type="text" @click="loginPlat">密码登录</el-button></li>
9 9
          <li class="table-panel-single tablePanelActive">邀请码登录</li>
10 10
        </ul>
11 11
        <el-form :model="ruleForm" :rules="rules" ref="ruleForm" class="demo-ruleForm">
@ -71,6 +71,9 @@
71 71
              return false;
72 72
            }
73 73
          });
74
        },
75
        loginPlat() {
76
          this.$router.push({path: '/loginPlat'});
74 77
        }
75 78
      }
76 79
    };

+ 8 - 2
src/pages/index/views/logforms/loginPlat.vue

@ -6,7 +6,7 @@
6 6
        <p class="form-title">登录</p>
7 7
        <ul class='table-panel'>
8 8
          <li class="table-panel-single tablePanelActive">密码登录</li>
9
          <li class="table-panel-single"><a href="#/inviteCodeLogin">邀请码登录</a></li>
9
          <li class="table-panel-single"><el-button type="text" @click="inviteCodeLogin">邀请码登录</el-button></li>
10 10
        </ul>
11 11
        <el-form :model="ruleForm" :rules="rules" ref="ruleForm" class="demo-ruleForm">
12 12
          <el-form-item prop="phone">
@ -19,7 +19,7 @@
19 19
          <el-form-item>
20 20
            <el-button type="primary" :disabled="isDisabl" :loading="logining" @click="submitForm('ruleForm')">登录</el-button>
21 21
            <el-button type="text" @click="goBackPwd">忘记密码?</el-button>
22
            <span class='existing-account registerButton'>还没有账号<a href="#/register">立即注册</a></span>
22
            <span class='existing-account registerButton'>还没有账号<el-button type="text" @click="register">立即注册</el-button></span>
23 23
          </el-form-item>
24 24
        </el-form>
25 25
      </div>
@ -109,6 +109,12 @@
109 109
      },
110 110
      goBackPwd() {
111 111
        this.$router.push({path: '/findPwd'});
112
      },
113
      register() {
114
        this.$router.push({path: '/register'});
115
      },
116
      inviteCodeLogin() {
117
        this.$router.push({path: '/inviteCodeLogin'});
112 118
      }
113 119
    }
114 120
  };

+ 7 - 4
src/pages/index/views/logforms/register.vue

@ -16,11 +16,11 @@
16 16
            <el-button type="primary" class='codeWidth codeButton' :disabled='isDisabled' @click="buttonCheck">{{buttonMsg}}</el-button>
17 17
          </el-form-item>
18 18
          <el-form-item>
19
            <i class="el-icon-check successSelect"></i><span class="protocol">我已阅读并同意<a href='#/userAgreement'>《邢台科技条件平台用户协议》</a></span>
19
            <i class="el-icon-check successSelect"></i><span class="protocol">我已阅读并同意<el-button type="text" @click="userAgreement">《邢台科技条件平台用户协议》</el-button></span>
20 20
          </el-form-item>
21 21
          <el-form-item>
22 22
            <el-button type="primary" :disabled="isDisabl" :loading="logining" @click="submitForm('ruleForm')">注册</el-button>
23
            <div class='existing-account'>已有账号<a href="#/loginPlat">立即登录</a></div>
23
            <div class='existing-account'>已有账号<el-button type="text" @click="loginPlat">立即登录</el-button></div>
24 24
          </el-form-item>
25 25
        </el-form>
26 26
      </div>
@ -142,8 +142,11 @@
142 142
          }
143 143
        });
144 144
      },
145
      goBackPwd() {
146
        this.$router.push({path: '/findPwd'});
145
      loginPlat() {
146
        this.$router.push({path: '/loginPlat'});
147
      },
148
      userAgreement() {
149
        this.$router.push({path: '/userAgreement'});
147 150
      }
148 151
    }
149 152
  };

+ 1 - 1
src/pages/index/views/logforms/style.scss

@ -95,7 +95,7 @@
95 95
      .existing-account {
96 96
        text-align: right;
97 97
        float: right;
98
        a {
98
        button {
99 99
          color: $mainColor;
100 100
          margin-left: 15px;
101 101
        }