소스 검색

登录页面样式修改

liujiankang 7 년 전
부모
커밋
1b28239e6c
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

@@ -42,7 +42,7 @@
 	<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">
-				<h3>用户登录</h3>
+				<h3 style="margin-top: 20px;">用户登录</h3>
 				<input type="hidden"
 					value="<%=session.getAttribute("loginToken")%>" name="loginToken">
 				<%--<c:if test="${!empty isShowDiv}">