增加明细列表

This commit is contained in:
2023-04-11 14:51:23 +08:00
parent 7b560d463a
commit 7ee4dc8467
7 changed files with 10 additions and 11 deletions

View File

@@ -1039,7 +1039,7 @@
margin-right: 3px;
}
.list-record .item-record {
.ul-list-record .item-record {
display: flex;
align-items: center;
justify-content: space-between;
@@ -1049,22 +1049,22 @@
margin-bottom: 9px;
border-radius: 12px;
}
.list-record .item-record .right {
.ul-list-record .item-record .right {
text-align: right;
}
.list-record .item-record .item-name {
.ul-list-record .item-record .item-name {
font-size: 14px;
}
.list-record .item-record .item-desc {
.ul-list-record .item-record .item-desc {
font-size: 12px;
color: #999;
margin-top: 6px;
}
.list-record .item-record .item-change {
.ul-list-record .item-record .item-change {
font-weight: 600;
color: green;
}
.list-record .item-record .item-change.status-2 {
.ul-list-record .item-record .item-change.status-2 {
color: orangered;
}

File diff suppressed because one or more lines are too long