diff --git a/apps/jingrow/frontend/src/views/localJobs/LocalJobList.vue b/apps/jingrow/frontend/src/views/localJobs/LocalJobList.vue index 163200c..1444aa0 100644 --- a/apps/jingrow/frontend/src/views/localJobs/LocalJobList.vue +++ b/apps/jingrow/frontend/src/views/localJobs/LocalJobList.vue @@ -453,14 +453,18 @@ onMounted(() => { grid-template-columns: 40px 100px 2fr 100px 150px 150px 100px 120px; gap: 16px; padding: 16px 20px; - background: #f8fafc; + background: #f9fafb; border-bottom: 1px solid #e5e7eb; + font-size: 14px; font-weight: 600; color: #374151; - font-size: 14px; align-items: center; } +.list-header > div { + color: #374151; +} + .list-body { max-height: 600px; overflow-y: auto; diff --git a/apps/jingrow/frontend/src/views/scheduledJobs/ScheduledJobList.vue b/apps/jingrow/frontend/src/views/scheduledJobs/ScheduledJobList.vue index 171335c..50aa926 100644 --- a/apps/jingrow/frontend/src/views/scheduledJobs/ScheduledJobList.vue +++ b/apps/jingrow/frontend/src/views/scheduledJobs/ScheduledJobList.vue @@ -410,6 +410,10 @@ onMounted(() => { align-items: center; } +.list-header > div { + color: #374151; +} + .list-body { max-height: 600px; overflow-y: auto;