Commit ae814214 by qinjianhui

fix: 问题修改

parent d00e2a92
......@@ -31,7 +31,7 @@
v-model="ruleForm.email"
placeholder="Email"></el-input>
</el-form-item>
<el-form-item prop="password" style="margin-bottom: 10px">
<el-form-item prop="password" style="margin-bottom: 20px">
<el-input
:type="showPwd ? 'text' : 'password'"
prefix-icon="el-icon-lock"
......@@ -45,11 +45,11 @@
:class="{ eyes: true, open: !showPwd, close: showPwd }"></i>
</el-input>
</el-form-item>
<div class="forget-password">
<!-- <div class="forget-password">
<span style="cursor: pointer" @click="forgetPassword">
忘记密码
</span>
</div>
</div> -->
<div style="text-align: center">
<button class="login-btn" @click="submitForm">登录</button>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment