diff --git a/build/docker/conf/templates/user/invoice.html b/build/docker/conf/templates/user/invoice.html index 22b313b..ca17556 100644 --- a/build/docker/conf/templates/user/invoice.html +++ b/build/docker/conf/templates/user/invoice.html @@ -34,7 +34,6 @@ /* 头部样式 */ .header { display: flex; - justify-content: space-between; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #e9ecef; @@ -64,7 +63,6 @@ /* 发票信息 */ .invoice-info { display: flex; - justify-content: space-between; margin-bottom: 10px; }