fix: 对齐监控概览双通道口径文案与诊断抽样

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-31 08:58:03 +08:00
parent 34f3d088ad
commit a91d917fa9
5 changed files with 189 additions and 25 deletions

View File

@@ -15356,6 +15356,18 @@ button.post-poll__option,
font-size: 12px;
color: hsl(var(--muted-foreground));
margin-bottom: 6px;
display: flex;
flex-direction: column;
gap: 2px;
}
.admin-monitor-today-hint {
font-size: 10px;
font-weight: 400;
line-height: 1.3;
opacity: 0.85;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.admin-monitor-today-value {
font-size: 22px;
@@ -15365,6 +15377,13 @@ button.post-poll__option,
line-height: 1.2;
word-break: break-all;
}
.admin-monitor-map-sub {
margin: 2px 0 0;
font-size: 12px;
font-weight: 400;
color: hsl(var(--muted-foreground));
line-height: 1.4;
}
.admin-monitor-main {
display: grid;