Parcourir la source

修改验证码位置

zhaigk il y a 4 ans
Parent
commit
f8e0cb0156
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/webapp/admin/login.html

+ 1 - 1
src/main/webapp/admin/login.html

@@ -48,7 +48,7 @@
 					</div>
 					<div>
 						<span>
-							<input name="checkCode" id = "checkCode" type="text" class="textbox" placeholder="验证码" style = "width : 347px">
+							<input name="checkCode" id = "checkCode" type="text" class="textbox" placeholder="验证码" style = "width : 344px">
 							<img id="checkImg" src="../SystemAction/checkImg?MINView=JSON" onclick="change()" title="点击更换验证码" style="">
 						</span>
 					</div>