fix 优化了登录的记住密码描述,

修改了个人中心的样式。优化了编辑栏位
This commit is contained in:
limqhz
2022-05-17 14:50:16 +08:00
parent e2bd4c5084
commit 95a23b572b
14 changed files with 31 additions and 27 deletions

View File

@@ -27,7 +27,7 @@
</div>
<div class="checkbox float-left mb-3">
<label>
<input type="checkbox" name="remember-me"> 记住密码
<input type="checkbox" name="remember-me"> 7天免登录
</label>
</div>
<button class="btn btn-dark btn-block" type="button" onclick="loginSubmit()">登 录</button>