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;