优化任务队列和定时任务列表页排版

This commit is contained in:
jingrow 2025-11-01 22:32:30 +08:00
parent 1c030644f3
commit 8720f611fb
2 changed files with 18 additions and 0 deletions

View File

@ -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;

View File

@ -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 {