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

@@ -411,4 +411,37 @@ onMounted(async () => {
color: #888;
padding: 24px 0;
}
.intro-text,
.intro-list,
.summary-meta,
.empty-card,
.case-details-empty {
color: var(--text-muted);
}
.summary-title,
.table-title {
color: var(--text);
}
.case-details {
border: 1px solid var(--border-soft);
border-radius: 8px;
background: #fbfaf7;
}
.case-details pre {
color: var(--text);
}
@media (max-width: 760px) {
.summary-actions,
.summary-stats,
.table-head,
.log-head {
align-items: flex-start;
flex-direction: column;
}
}
</style>