feat(frontend): 优化状态监控 CPU 概览展示

将默认 CPU 卡从逐核心条卡改为总 CPU 历史曲线加紧凑摘要,
并通过核心详情弹层查看全部核心,避免多核机器下侧栏过高。
This commit is contained in:
yinjianm
2026-04-19 05:33:33 +08:00
parent 8adbbe11e9
commit aad6b84eb9
8 changed files with 71 additions and 58 deletions
@@ -1032,10 +1032,6 @@ const copyIpToClipboard = async (ipAddress: string | null) => {
border-radius: inherit;
}
.usage-lane--cpu .usage-lane__fill {
background: linear-gradient(90deg, #7dd3fc, #2563eb);
}
.cpu-summary-panel {
min-height: 0;
border-radius: 16px;
@@ -1578,10 +1574,6 @@ const copyIpToClipboard = async (ipAddress: string | null) => {
grid-template-columns: 1fr;
}
.cpu-core-grid {
grid-template-columns: 1fr;
}
.network-table__header,
.network-table__columns,
.network-stat,