prometheus

This commit is contained in:
CN-JS-HuiBai
2026-04-04 23:08:30 +08:00
parent f3f49f2c8e
commit a1703e72be
4 changed files with 78 additions and 14 deletions

View File

@@ -613,6 +613,29 @@ input:checked+.slider:before {
gap: 16px;
}
.chart-header-right {
display: flex;
align-items: center;
gap: 12px;
}
.source-select {
padding: 6px 12px;
background: var(--bg-input);
border: 1px solid var(--border-color);
border-radius: var(--radius-sm);
color: var(--text-primary);
font-size: 0.85rem;
outline: none;
cursor: pointer;
transition: all 0.2s ease;
}
.source-select:hover {
border-color: var(--border-hover);
background: rgba(99, 102, 241, 0.05);
}
.chart-title {
display: flex;
align-items: center;