This commit is contained in:
wchino
2026-06-13 17:38:25 +08:00
parent e7e938f261
commit 7b33d9f9fa
190 changed files with 23222 additions and 4336 deletions

View File

@@ -547,4 +547,21 @@ function creditTypeLabel(type: string) {
color: #666;
margin-left: 4px;
}
.field-hint,
.section-title,
.amount-full-hint {
color: var(--text-muted);
}
.detail-block {
border-color: var(--border);
}
@media (max-width: 760px) {
.section-title--row {
align-items: flex-start;
flex-direction: column;
}
}
</style>