feat: 增强监控界面样式,优化任务和错误信息的显示,提升可读性和用户体验

This commit is contained in:
iHeyTang 2025-08-19 15:25:55 +08:00
parent 26bfea981f
commit 288f8f6def
1 changed files with 12 additions and 0 deletions

View File

@ -297,6 +297,12 @@ body {
background: #f0fff4;
border-radius: 6px;
border-left: 3px solid #27ae60;
white-space: pre-wrap;
word-wrap: break-word;
max-height: 300px;
overflow-y: auto;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
line-height: 1.4;
}
.task-error {
@ -307,6 +313,12 @@ body {
background: #fff5f5;
border-radius: 6px;
border-left: 3px solid #e74c3c;
white-space: pre-wrap;
word-wrap: break-word;
max-height: 200px;
overflow-y: auto;
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
line-height: 1.4;
}
.error-message {