瀏覽代碼

登录页面样式修改

liujiankang 7 年之前
父節點
當前提交
5a93e89f1a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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">