From 4d0dd1f1f7e252bf13688b5b371fde7cd34683f2 Mon Sep 17 00:00:00 2001 From: syc0123 Date: Thu, 26 Mar 2026 15:03:25 +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=EC=9D=84=20=EA=B2=BD=EA=B3=84=EC=84=A0=20=EA=B8=B0?= =?UTF-8?q?=EC=A4=80=20=EC=A2=8C=EC=9A=B0=20=EA=B7=A0=EB=93=B1=ED=95=98?= =?UTF-8?q?=EA=B2=8C=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - right: 0, width: 5px → right: -3px, width: 7px - 경계선 기준 좌우 3.5px씩 균등하게 호버 영역 배치 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 4b48164..15c35dd 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; + right: -3px; top: 0; - width: 5px; + 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 6247ea5..5d0751d 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; + right: -3px; top: 0; - width: 5px; + width: 7px; height: 100%; cursor: col-resize; z-index: 10;