feat: 重构 AuditView 支持规则/技能分类,新增 Agent 开发文档

This commit is contained in:
caoxiaozhu
2026-05-11 01:53:30 +00:00
parent 0c6ac50b31
commit f738b6cdd4
33 changed files with 5853 additions and 204 deletions

View File

@@ -77,6 +77,38 @@
flex-wrap: wrap;
}
.search-filter {
width: 260px;
min-height: 36px;
display: inline-flex;
align-items: center;
gap: 8px;
padding: 0 11px;
border: 1px solid #d7e0ea;
border-radius: 8px;
background: #fff;
color: #64748b;
}
.search-filter i {
color: #94a3b8;
font-size: 16px;
}
.search-filter input {
width: 100%;
min-width: 0;
border: 0;
outline: 0;
background: transparent;
color: #0f172a;
font-size: 13px;
}
.search-filter input::placeholder {
color: #94a3b8;
}
.filter-btn,
.create-btn,
.row-action {