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%);