添加95带宽计算

This commit is contained in:
CN-JS-HuiBai
2026-04-04 21:53:52 +08:00
parent 35a8b5cb2d
commit 47d25af469
4 changed files with 155 additions and 49 deletions

View File

@@ -656,6 +656,14 @@ input:checked+.slider:before {
background: var(--accent-indigo);
}
.legend-p95 {
background: var(--accent-rose);
height: 2px;
width: 12px;
border-top: 1px dashed var(--accent-rose);
background: transparent;
}
.chart-body {
padding: 12px 22px;
height: 280px;
@@ -700,6 +708,14 @@ input:checked+.slider:before {
color: var(--accent-cyan);
}
.traffic-stat-p95 .traffic-value {
color: var(--accent-rose);
}
.traffic-stat-time .traffic-value {
color: var(--accent-cyan);
}
/* ---- Gauges ---- */
.gauges-container {
display: flex;