验收完成40%

This commit is contained in:
2026-07-17 08:08:31 +08:00
parent 23cfd365a1
commit 887481a4ab
172 changed files with 855 additions and 577 deletions
+8 -5
View File
@@ -198,16 +198,18 @@ defineEmits(["select"]);
margin-right: 6rpx;
}
.card-meta {
color: $ink-muted;
color: #62584c;
font-size: 26rpx;
font-weight: 500;
}
.card-updated {
display: flex;
flex: 0 0 auto;
align-items: center;
margin-left: 10rpx;
color: $ink-muted;
font-size: 22rpx;
color: #62584c;
font-size: 24rpx;
font-weight: 500;
white-space: nowrap;
}
@@ -224,8 +226,9 @@ defineEmits(["select"]);
}
.card-role {
color: $ink-muted;
font-size: 24rpx;
color: #62584c;
font-size: 26rpx;
font-weight: 500;
white-space: nowrap;
}
.card-chevron {