feat: 完善服务监控与下游重投
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user