From 99d4a3b8d712b2920ee0c3c1c977adcfb14005e5 Mon Sep 17 00:00:00 2001 From: hjjeong Date: Mon, 2 Feb 2026 16:59:04 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20?= =?UTF-8?q?=ED=8C=9D=EC=97=85=EC=B0=BD=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../view/project/projectMgmtWbsList3.jsp | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp b/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp index db85cf9..f0a596a 100644 --- a/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp +++ b/WebContent/WEB-INF/view/project/projectMgmtWbsList3.jsp @@ -46,6 +46,9 @@ String connector = person.getUserId(); .select2-container .select2-selection--multiple .select2-selection__rendered { overflow: auto !important; } + body { + overflow-x: hidden !important; + } From 654e50554d95c8b91ad46982976c614ac92bc2c5 Mon Sep 17 00:00:00 2001 From: hjjeong Date: Mon, 2 Feb 2026 17:27:16 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=ED=92=88=EC=A7=88=EA=B4=80=EB=A6=AC=20=5F?= =?UTF-8?q?=EC=88=98=EC=9E=85=EA=B2=80=EC=82=AC=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EA=B7=B8=EB=A6=AC=EB=93=9C=20=EC=83=81=EB=8B=A8=20=EC=88=98?= =?UTF-8?q?=EB=9F=89=EC=A0=95=EB=B3=B4=20=ED=91=9C=EC=8B=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../incomingInspectionProgressList.jsp | 88 ++++++++++++++++++- .../quality/semiProductInspectionList.jsp | 9 +- 2 files changed, 92 insertions(+), 5 deletions(-) diff --git a/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp b/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp index 520bac0..e9367b8 100644 --- a/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp +++ b/WebContent/WEB-INF/view/quality/incomingInspectionProgressList.jsp @@ -50,6 +50,9 @@ String menuName = CommonUtils.getMenuName(menuObjId, "수입검사 진행"); margin: 0; padding: 0; } + .totalCntArea { + height: 0px !important; + }