From e7fbefc93a5e3c894301501668856c1a9a470876 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Mon, 23 Jun 2025 15:59:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=91=E7=A5=A8=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/docker/conf/templates/user/invoice.html | 2 -- 1 file changed, 2 deletions(-) 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; }