账单报表
This commit is contained in:
14
app.wxss
14
app.wxss
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user