完成发票初始版本

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

@@ -4,4 +4,16 @@
display: flex;
align-items: center;
margin-top: 50rpx;
}
page {
background-color: var(--transparent-green);
}
.operate {
margin-top: 80rpx;
display: flex;
align-items: center;
margin-left: 30rpx;
margin-right: 30rpx;
}