diff --git a/apps/jingrow/frontend/src/views/localJobs/LocalJobList.vue b/apps/jingrow/frontend/src/views/localJobs/LocalJobList.vue index bfd9a25..163200c 100644 --- a/apps/jingrow/frontend/src/views/localJobs/LocalJobList.vue +++ b/apps/jingrow/frontend/src/views/localJobs/LocalJobList.vue @@ -458,6 +458,7 @@ onMounted(() => { font-weight: 600; color: #374151; font-size: 14px; + align-items: center; } .list-body { @@ -481,6 +482,7 @@ onMounted(() => { border-bottom: 1px solid #f3f4f6; cursor: pointer; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); + align-items: center; } .job-list-item:hover { @@ -516,6 +518,20 @@ onMounted(() => { align-items: center; } +.col-queue { + display: flex; + align-items: center; +} + +.col-started, +.col-ended, +.col-duration { + display: flex; + align-items: center; + color: #6b7280; + font-size: 13px; +} + .status-badge { padding: 4px 8px; border-radius: 6px; diff --git a/apps/jingrow/frontend/src/views/scheduledJobs/ScheduledJobList.vue b/apps/jingrow/frontend/src/views/scheduledJobs/ScheduledJobList.vue index dddda91..171335c 100644 --- a/apps/jingrow/frontend/src/views/scheduledJobs/ScheduledJobList.vue +++ b/apps/jingrow/frontend/src/views/scheduledJobs/ScheduledJobList.vue @@ -407,6 +407,7 @@ onMounted(() => { font-size: 14px; font-weight: 600; color: #374151; + align-items: center; } .list-body { @@ -422,6 +423,7 @@ onMounted(() => { border-bottom: 1px solid #f3f4f6; cursor: pointer; transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1); + align-items: center; } .list-item:hover {