From 1d60195edfb54c806902e23aa44b4e61d6e26e87 Mon Sep 17 00:00:00 2001 From: syc0123 Date: Thu, 26 Mar 2026 15:08:40 +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=EB=B3=B4=EB=8D=94=20=EC=A4=91=EC=95=99=20=EB=B3=B4?= =?UTF-8?q?=EC=A0=95=20(right:=20-0.5px)?= 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 | 2 +- .../WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp index 993945c..741fc8a 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp @@ -62,7 +62,7 @@ } #itemListTable th .col-resizer { position: absolute; - right: -1px; + right: -0.5px; top: 0; width: 6px; transform: translateX(50%); diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp index 53c4cf0..b0aeba1 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp @@ -62,7 +62,7 @@ } #itemListTable th .col-resizer { position: absolute; - right: -1px; + right: -0.5px; top: 0; width: 6px; transform: translateX(50%);