账单报表

This commit is contained in:
limqhz
2023-02-10 18:02:59 +08:00
parent 87a1b4ce18
commit 4bb155021c
10 changed files with 165 additions and 253 deletions

View File

@@ -20,16 +20,16 @@ page {
--td-dialog-title-color: none;
}
/* 记账类型颜色 */
.t-color-income {
.t-color-INCOME {
color: red;
}
.t-color-expend {
.t-color-EXPEND {
color: green;
}
.t-color-transfer {
color: blue;
.t-color-TRANSFER {
color: orange;
}
.t-color-repayment {
.t-color-REPAYMENT {
color: yellow;
}
/* 记账类型颜色 */
@@ -43,7 +43,7 @@ t-cell {
--td-cell-note-color: green;
}
.t-cell-TRANSFER {
--td-cell-note-color: blue;
--td-cell-note-color: orange;
}
.t-cell-REPAYMENT {
--td-cell-note-color: yellow;
@@ -78,7 +78,7 @@ t-cell {
}
.center_box {
width: 100%;
margin-top: 20rpx;
margin-top: 10rpx;
display: flex;
justify-content: center;
}