Commit 3db0520f by qinjianhui

fix: 问题修改

parent a4b42783
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
v-model="ruleForm.email" v-model="ruleForm.email"
placeholder="Email"></el-input> placeholder="Email"></el-input>
</el-form-item> </el-form-item>
<el-form-item prop="password" style="margin-bottom: 20px"> <el-form-item prop="password" style="margin-bottom: 10px">
<el-input <el-input
:type="showPwd ? 'text' : 'password'" :type="showPwd ? 'text' : 'password'"
prefix-icon="el-icon-lock" prefix-icon="el-icon-lock"
......
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