feat: 完善服务监控与下游重投

This commit is contained in:
hectorzhao
2026-08-14 17:21:29 +08:00
parent d30d9ea4d0
commit 1ef4380422
50 changed files with 1279 additions and 82 deletions
+25
View File
@@ -571,6 +571,31 @@
text-align: right;
}
.notice-popover--alerts {
min-width: 292px;
}
.notice-popover--alerts a {
gap: var(--space-4);
min-height: 58px;
}
.notice-popover__copy {
align-items: flex-start;
display: grid;
gap: 2px;
}
.notice-popover__copy b {
color: var(--color-text-strong);
font-weight: var(--font-weight-semibold);
}
.notice-popover__copy small {
color: var(--color-text-muted);
font-size: 11px;
}
.page-heading__actions {
align-items: center;
display: flex;