From cc78cbc7ce46f37ddcae9e49fd387e6c3ebaac00 Mon Sep 17 00:00:00 2001 From: hjjeong Date: Tue, 2 Dec 2025 18:24:41 +0900 Subject: [PATCH] =?UTF-8?q?=ED=92=88=EC=9D=98=EC=84=9C=20=EA=B2=B0?= =?UTF-8?q?=EC=9E=AC=EB=B6=80=EB=B6=84=20=EC=A3=BC=EC=84=9D=EC=B2=98?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/WEB-INF/view/salesMng/proposalFormPopUp.jsp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/WebContent/WEB-INF/view/salesMng/proposalFormPopUp.jsp b/WebContent/WEB-INF/view/salesMng/proposalFormPopUp.jsp index 13a34ab..3cc3d15 100644 --- a/WebContent/WEB-INF/view/salesMng/proposalFormPopUp.jsp +++ b/WebContent/WEB-INF/view/salesMng/proposalFormPopUp.jsp @@ -107,10 +107,10 @@ body { } .header-left { - flex: 0 0 auto; - width: 35%; + flex: 1; + width: 100%; min-width: 200px; - border-right: 1px solid #000; + /* border-right: 1px solid #000; */ /* 결재란 주석 처리로 인해 비활성화 */ } .header-right { @@ -539,7 +539,8 @@ function fn_save(){ - + + <%--
@@ -689,6 +690,7 @@ function fn_save(){
+ --%>