Add files via upload

This commit is contained in:
公明
2026-06-05 10:35:41 +08:00
committed by GitHub
parent 43c6a0648d
commit 92c0ae19bb
5 changed files with 78 additions and 1 deletions
+10
View File
@@ -12771,6 +12771,16 @@ tr.mcp-stats-tool-row[data-tool-name]:focus-visible {
}
/* 漏洞管理页面样式 */
.page-header-actions .btn-secondary.btn-delete {
color: var(--error-color, #dc3545);
}
.page-header-actions .btn-secondary.btn-delete:hover {
color: #c82333;
border-color: rgba(220, 53, 69, 0.35);
background: rgba(220, 53, 69, 0.06);
}
.vulnerability-dashboard {
margin-bottom: 24px;
}