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 {
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;
}