diff --git a/WebContent/WEB-INF/view/contractMgmt/orderRegistFormPopup.jsp b/WebContent/WEB-INF/view/contractMgmt/orderRegistFormPopup.jsp index 419701b..ada99a8 100644 --- a/WebContent/WEB-INF/view/contractMgmt/orderRegistFormPopup.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/orderRegistFormPopup.jsp @@ -41,6 +41,14 @@ width: 100%; box-sizing: border-box; } + + #itemListTable .item-quantity, + #itemListTable .item-unit-price, + #itemListTable .item-supply-price, + #itemListTable .item-vat, + #itemListTable .item-total-amount { + text-align: right; + }