完成发票初始版本

This commit is contained in:
2024-04-25 16:53:38 +08:00
parent d1b2c89b1c
commit b7e831662e
23 changed files with 581 additions and 31 deletions

View File

@@ -0,0 +1,10 @@
/* pages/invoiceDetailContent/index.wxss */
page {
background-color: var(--transparent-green);
}
.wrapper {
background-color: #fff;
margin: 30rpx;
border-radius: 24rpx;
}