Bladeren bron

登录页面样式修改

liujiankang 7 jaren geleden
bovenliggende
commit
5a93e89f1a
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      tooth-wechat-web/src/main/webapp/WEB-INF/views/admin/main/login.jsp

+ 1 - 1
tooth-wechat-web/src/main/webapp/WEB-INF/views/admin/main/login.jsp

@@ -41,7 +41,7 @@
 	<input type="hidden" id="TenantId" name="TenantId" value="" />
 	<div class="loginWraper">
 		<div id="loginform" class="loginBox">
-			<form onsubmit="checkLogin()" class="form form-horizontal" id="login-from" action="${pageContext.request.contextPath }/login" method="post">
+			<form onsubmit="checkLogin()" class="form form-horizontal" style="margin-top: 60px;" id="login-from" action="${pageContext.request.contextPath }/login" method="post">
 				<h3 style="margin-top: 20px;">用户登录</h3>
 				<input type="hidden"
 					value="<%=session.getAttribute("loginToken")%>" name="loginToken">