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;