完善发票和充值

This commit is contained in:
2024-03-21 09:38:10 +08:00
parent 7648ace524
commit c102434221
19 changed files with 388 additions and 16 deletions

View File

@@ -1 +1,15 @@
/* pages/invoiceList/index.wxss */
/* pages/invoiceList/index.wxss */
.wrapper {
margin-left: 24rpx;
margin-right: 24rpx;
}
.item {
display: flex;
align-items: center;
margin: 10rpx 0;
}
.operate {
display: flex;
}