ID, PW 찾기 UI 크기 변경, 첨부파일 오류 알림 UI 대응
This commit is contained in:
-8
@@ -7,7 +7,6 @@ import com.eactive.apim.portal.common.user.PortalAuthenticatedUser;
|
||||
import com.eactive.apim.portal.common.util.SecurityUtil;
|
||||
import java.io.IOException;
|
||||
|
||||
import com.eactive.apim.portal.file.exception.InvalidFileException;
|
||||
import org.springframework.data.domain.Page;
|
||||
import org.springframework.data.domain.Pageable;
|
||||
import org.springframework.data.domain.Sort;
|
||||
@@ -123,11 +122,4 @@ public class InquiryController {
|
||||
redirectAttributes.addFlashAttribute("success", "삭제 되었습니다.");
|
||||
return REDIRECT_INQUIRY;
|
||||
}
|
||||
|
||||
@ExceptionHandler(InvalidFileException.class)
|
||||
public String handleInvalidFileException(InvalidFileException e, Model model) {
|
||||
model.addAttribute("inquiry", new InquiryDTO());
|
||||
model.addAttribute("error", e.getMessage());
|
||||
return "redirect:/inquiry/new";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9836,7 +9836,7 @@ select.form-control {
|
||||
|
||||
.account-recovery-container {
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
padding: 24px;
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
.account-recovery-container {
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
padding: $spacing-lg;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<h3 class="text-center">비밀번호 초기화</h3>
|
||||
</div>
|
||||
<div class="container-md container-sm d-flex flex-wrap align-items-center justify-content-center">
|
||||
<div class="card col-lg-4 col-md-8">
|
||||
<div class="card col-lg-8 col-md-10">
|
||||
<div class="card-body">
|
||||
<form name="passwordResetRequest" id="passwordResetRequest" role="form" th:action="@{/forgot_password.do}" method="post">
|
||||
<input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}"/>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
</div>
|
||||
|
||||
<div class="container-md container-sm d-flex flex-wrap align-items-center justify-content-center" th:with="pwhtCdList=${@CodeService.selectCodeDetailByCodeId('COM022')}">
|
||||
<div class="card p-2 col-lg-4 col-md-8">
|
||||
<div class="card p-2 col-lg-8 col-md-10">
|
||||
<p class="title"></p>
|
||||
<p class="cont mb20"><br/></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user