feat(frontend): 精简状态监控标题冗余

移除 CPU 和网络模块标题区重复的主标题,保留 eyebrow 标签,
减少默认概览卡片的视觉冗余,保持状态监控布局更简洁。
This commit is contained in:
yinjianm
2026-04-19 05:22:16 +08:00
parent 3cabce0d91
commit d15e9d01f1
4 changed files with 173 additions and 2 deletions
@@ -61,7 +61,6 @@
<div class="monitor-module__heading">
<div>
<span class="monitor-module__eyebrow">{{ t('statusMonitor.cpuLabel') }}</span>
<h5 class="monitor-module__title">{{ t('statusMonitor.cpuUsageTitle') }}</h5>
</div>
<span class="monitor-module__pill">{{ displayCpuCores }}</span>
</div>
@@ -129,7 +128,6 @@
<div class="monitor-module__heading">
<div>
<span class="monitor-module__eyebrow">{{ t('statusMonitor.networkLabel') }}</span>
<h5 class="monitor-module__title">{{ t('statusMonitor.networkLabel') }}</h5>
</div>
<span class="monitor-module__pill">{{ t('statusMonitor.networkSpeedTitleUnit', { unit: networkRateUnitLabel }) }}</span>
</div>