diff --git a/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp b/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp index 924e006..ca3445d 100644 --- a/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp +++ b/WebContent/WEB-INF/view/quality/semiProductInspectionFormPopUp.jsp @@ -202,6 +202,17 @@ String loginUserId = CommonUtils.checkNull(person.getUserId()); .select2-results__option { font-size: 12px; } + + /* 푸터 버튼 영역 */ + .popup_footer { + display: flex; + justify-content: center; + align-items: center; + gap: 10px; + padding: 12px 15px; + background: #f5f5f5; + border-top: 1px solid #ddd; + } @@ -210,10 +221,6 @@ String loginUserId = CommonUtils.checkNull(person.getUserId()); @@ -246,6 +253,12 @@ String loginUserId = CommonUtils.checkNull(person.getUserId()); + + +