2
0

fix: 发票模版

This commit is contained in:
caiyuchao
2025-06-23 15:59:38 +08:00
parent 6f035cade2
commit e7fbefc93a

View File

@@ -34,7 +34,6 @@
/* 头部样式 */ /* 头部样式 */
.header { .header {
display: flex; display: flex;
justify-content: space-between;
margin-bottom: 15px; margin-bottom: 15px;
padding-bottom: 10px; padding-bottom: 10px;
border-bottom: 1px solid #e9ecef; border-bottom: 1px solid #e9ecef;
@@ -64,7 +63,6 @@
/* 发票信息 */ /* 发票信息 */
.invoice-info { .invoice-info {
display: flex; display: flex;
justify-content: space-between;
margin-bottom: 10px; margin-bottom: 10px;
} }