fix: improve dashboard react doctor score (#215)

This commit is contained in:
Eyejoker
2026-06-03 08:30:27 +08:00
committed by GitHub
parent 2dab27f443
commit 32468e0214
10 changed files with 309 additions and 141 deletions

View File

@@ -2227,6 +2227,19 @@ dd,
.usage-matrix {
display: grid;
overflow: hidden;
border-spacing: 0;
}
.usage-matrix thead,
.usage-matrix tbody {
display: grid;
}
.usage-matrix th,
.usage-matrix td {
padding: 0;
border: 0;
text-align: inherit;
}
.usage-matrix-head,
@@ -2258,7 +2271,6 @@ dd,
}
.usage-group-label {
padding: 7px 10px;
color: var(--accent-strong);
font-size: 11px;
font-weight: 800;
@@ -2267,6 +2279,14 @@ dd,
background: rgba(191, 95, 44, 0.07);
}
.usage-group-label th {
padding: 7px 10px;
color: inherit;
font-weight: inherit;
letter-spacing: inherit;
text-transform: inherit;
}
.usage-row {
--meter: var(--green);
padding: 8px 10px;