|
@@ -41,7 +41,7 @@
|
|
<input type="hidden" id="TenantId" name="TenantId" value="" />
|
|
<input type="hidden" id="TenantId" name="TenantId" value="" />
|
|
<div class="loginWraper">
|
|
<div class="loginWraper">
|
|
<div id="loginform" class="loginBox">
|
|
<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>
|
|
<h3 style="margin-top: 20px;">用户登录</h3>
|
|
<input type="hidden"
|
|
<input type="hidden"
|
|
value="<%=session.getAttribute("loginToken")%>" name="loginToken">
|
|
value="<%=session.getAttribute("loginToken")%>" name="loginToken">
|