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;