开始做发票

This commit is contained in:
2024-04-22 17:37:07 +08:00
parent d873a722a1
commit 11f208a513
17 changed files with 219 additions and 23 deletions

View File

@@ -4,6 +4,7 @@
margin-left: 32rpx;
margin-right: 32rpx;
margin-bottom: 40rpx;
padding-bottom: 40rpx;
}
.info {
@@ -29,3 +30,15 @@
page {
background-color: var(--transparent-green);
}
.cardWrapper {
margin-top: 30rpx;
}
.van-cell {
padding-left: 0rpx !important;
padding-right: 0rpx !important;
}
.modalContentWrapper{
margin: 20rpx 30rpx;
}