添加95带宽计算
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user