feat: 更新前端UI,增强审计和日志视图功能

This commit is contained in:
caoxiaozhu
2026-05-18 02:51:25 +00:00
parent 35a3783481
commit 9d90bf5299
10 changed files with 3544 additions and 954 deletions

View File

@@ -282,12 +282,34 @@
line-height: 1.5;
}
.summary-meta {
display: block;
margin-top: 6px;
color: #94a3b8;
font-size: 12px;
font-style: normal;
line-height: 1.5;
}
.trace-cell {
max-width: 180px;
color: #2563eb;
word-break: break-all;
}
.status-stack {
display: grid;
gap: 5px;
align-content: start;
}
.status-note {
color: #64748b;
font-size: 12px;
line-height: 1.5;
word-break: break-word;
}
.system-table .summary-cell {
min-width: 260px;
}