优化 界面

This commit is contained in:
LyLme 2022-05-12 17:53:12 +08:00
parent 673c36d8ae
commit 0687b95233
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ if(!empty($background = background())){
<label>* 验证码:</label> <label>* 验证码:</label>
<div class="form-group has-feedback feedback-left row"> <div class="form-group has-feedback feedback-left row">
<div class="col-xs-8"> <div class="col-xs-8">
<input type="text" name="authcode" class="form-control" placeholder="验证码"> <input type="text" name="authcode" class="form-control" placeholder="验证码" required>
<span class="mdi mdi-check form-control-feedback" aria-hidden="true"></span> <span class="mdi mdi-check form-control-feedback" aria-hidden="true"></span>
</div> </div>
<div class="col-xs-4"> <div class="col-xs-4">