From b910545f22bc13f74647de668ca04c1fb7349054 Mon Sep 17 00:00:00 2001 From: leeheejin Date: Tue, 16 Dec 2025 18:17:55 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=ED=8A=BC=EC=9C=84=EC=B9=98=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../semiProductInspectionFormPopUp.jsp | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) 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()); + + +