From b17ad9749cd4a1cdeeae561327ab8cc8d29f4d4f Mon Sep 17 00:00:00 2001 From: syc0123 Date: Thu, 26 Mar 2026 15:22:07 +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=A2=8C=EC=9A=B0=20=EB=8C=80=EC=B9=AD=20=EC=99=84?= =?UTF-8?q?=EB=A3=8C=20(right:=20-4.5px,=20width:=207px)?= 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 | 5 ++--- .../WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp index 741fc8a..a5ef011 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateAndOrderRegistFormPopup.jsp @@ -62,10 +62,9 @@ } #itemListTable th .col-resizer { position: absolute; - right: -0.5px; + right: -4.5px; top: 0; - width: 6px; - transform: translateX(50%); + width: 7px; height: 100%; cursor: col-resize; z-index: 10; diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp index b0aeba1..13a6e28 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateRegistFormPopup.jsp @@ -62,10 +62,9 @@ } #itemListTable th .col-resizer { position: absolute; - right: -0.5px; + right: -4.5px; top: 0; - width: 6px; - transform: translateX(50%); + width: 7px; height: 100%; cursor: col-resize; z-index: 10;