|
@@ -40,13 +40,13 @@
|
|
|
<i><img src="../static/syslogin/lydl_5.png" th:src="@{/syslogin/lydl_5.png}"/></i>
|
|
|
<input name="password" placeholder="请输入密码" type="password" />
|
|
|
</div>
|
|
|
- <div class="row m-t" th:if="${captchaEnabled==true}">
|
|
|
- <div class="col-xs-6">
|
|
|
+ <div class="row m-t yzm_div" th:if="${captchaEnabled==true}">
|
|
|
+ <div class="col-xs-6 yzm_inp">
|
|
|
<input type="text" name="validateCode" class="form-control code" placeholder="验证码" maxlength="5" />
|
|
|
</div>
|
|
|
- <div class="col-xs-6">
|
|
|
+ <div class="col-xs-6 yzm_img">
|
|
|
<a href="javascript:void(0);" title="点击更换验证码">
|
|
|
- <img th:src="@{captcha/captchaImage(type=${captchaType})}" class="imgcode" width="85%"/>
|
|
|
+ <img th:src="@{captcha/captchaImage(type=${captchaType})}" class="imgcode" width="100%"/>
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|