!70 fix: 关闭验证码时,保持 "记住我" 间距

Merge pull request !70 from okayliao/master
pull/70/MERGE
okayliao 2019-01-29 09:13:24 +08:00 committed by 若依
commit 0a0a6982f7
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
</a>
</div>
</div>
<div class="checkbox-custom">
<div class="checkbox-custom" th:class="${captchaEnabled==false}? 'm-t'">
<input type="checkbox" id="rememberme" name="rememberme"> <label for="rememberme">记住我</label>
</div>
<button class="btn btn-success btn-block" id="btnSubmit" data-loading="正在验证登录,请稍后...">登录</button>