浏览代码

登录页面样式修改

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}">