style: add spacing between code input and submit button
This commit is contained in:
@@ -38,7 +38,7 @@ const RegisterPage = {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group"><label>邮箱验证码</label>
|
<div class="form-group"><label>邮箱验证码</label>
|
||||||
<input id="vf-code" placeholder="6位数字" maxlength="6" pattern="[0-9]{6}">
|
<input id="vf-code" placeholder="6位数字" maxlength="6" pattern="[0-9]{6}" style="margin-bottom:8px">
|
||||||
|
|
||||||
<div id="regerr" class="alert alert-e hidden"></div>
|
<div id="regerr" class="alert alert-e hidden"></div>
|
||||||
<div id="regok" class="alert alert-s hidden"></div>
|
<div id="regok" class="alert alert-s hidden"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user