polish alert operations workspace

This commit is contained in:
lingniu
2026-07-18 11:24:24 +08:00
parent 622c4398ec
commit 0802b1989a
6 changed files with 86 additions and 22 deletions

View File

@@ -6713,6 +6713,14 @@
font-size: 12px;
}
.v2-alert-event-table.semi-table-wrapper {
min-width: 1102px;
}
.v2-alert-event-table.is-compact.semi-table-wrapper {
min-width: 758px;
}
.v2-alert-event-evidence {
display: grid;
min-width: 0;
@@ -7475,6 +7483,28 @@
max-height: 270px;
}
.v2-alert-rule-items {
scrollbar-color: #9dacc0 transparent;
scrollbar-width: thin;
}
.v2-alert-rule-items:focus-visible {
outline: 2px solid rgba(18, 104, 243, .34);
outline-offset: -2px;
}
.v2-alert-rule-items::-webkit-scrollbar {
display: block;
height: 8px;
}
.v2-alert-rule-items::-webkit-scrollbar-thumb {
border: 2px solid transparent;
border-radius: 999px;
background: #9dacc0;
background-clip: padding-box;
}
.v2-alert-rule-editor.semi-card,
.v2-alert-rule-editor-form {
overflow: visible;