优化任务队列和定时任务列表页表头文本颜色

This commit is contained in:
jingrow 2025-11-01 22:35:23 +08:00
parent 8720f611fb
commit 05f5b5b7de
2 changed files with 10 additions and 2 deletions

View File

@ -453,14 +453,18 @@ onMounted(() => {
grid-template-columns: 40px 100px 2fr 100px 150px 150px 100px 120px; grid-template-columns: 40px 100px 2fr 100px 150px 150px 100px 120px;
gap: 16px; gap: 16px;
padding: 16px 20px; padding: 16px 20px;
background: #f8fafc; background: #f9fafb;
border-bottom: 1px solid #e5e7eb; border-bottom: 1px solid #e5e7eb;
font-size: 14px;
font-weight: 600; font-weight: 600;
color: #374151; color: #374151;
font-size: 14px;
align-items: center; align-items: center;
} }
.list-header > div {
color: #374151;
}
.list-body { .list-body {
max-height: 600px; max-height: 600px;
overflow-y: auto; overflow-y: auto;

View File

@ -410,6 +410,10 @@ onMounted(() => {
align-items: center; align-items: center;
} }
.list-header > div {
color: #374151;
}
.list-body { .list-body {
max-height: 600px; max-height: 600px;
overflow-y: auto; overflow-y: auto;