From 2fe3d5867eeac67ddf18817837df3ea0c61dde29 Mon Sep 17 00:00:00 2001 From: syc0123 Date: Thu, 26 Mar 2026 15:09:12 +0900 Subject: [PATCH] =?UTF-8?q?[RAPID-fix]=20=EC=BB=AC=EB=9F=BC=20=EB=A6=AC?= =?UTF-8?q?=EC=82=AC=EC=9D=B4=EC=A6=88=20=ED=98=B8=EB=B2=84=20=EC=98=81?= =?UTF-8?q?=EC=97=AD=20=EC=A1=B0=EC=A0=95=20(right:=20-1px,=20width:=205px?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- .../view/contractMgmt/estimateAndOrderRegistFormPopup.jsp | 4 ++-- .../WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp index 741fc8a..bfe7a08 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp @@ -62,9 +62,9 @@ } #itemListTable th .col-resizer { position: absolute; - right: -0.5px; + right: -1px; top: 0; - width: 6px; + width: 5px; transform: translateX(50%); height: 100%; cursor: col-resize; diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp index b0aeba1..30f4b29 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp @@ -62,9 +62,9 @@ } #itemListTable th .col-resizer { position: absolute; - right: -0.5px; + right: -1px; top: 0; - width: 6px; + width: 5px; transform: translateX(50%); height: 100%; cursor: col-resize;