feat: 更新前端UI,增强审计和日志视图功能
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user