feat(platform): add dashboard time window monitor

This commit is contained in:
lingniu
2026-07-05 01:10:12 +08:00
parent bb18a5075c
commit 83f033244c
3 changed files with 138 additions and 5 deletions

View File

@@ -414,6 +414,16 @@ body {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
margin-top: 14px;
}
.vp-time-monitor-actions {
min-height: 36px;
margin-bottom: 8px;
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.vp-time-monitor-item {