更新定时任务页面和前端构建

This commit is contained in:
2025-12-14 23:09:27 +08:00
parent 1ec0d80f6c
commit dab29347bd
18 changed files with 121 additions and 41 deletions

View File

@@ -0,0 +1 @@
.page[data-v-b61d8d7c]{display:flex;flex-direction:column;gap:12px}.switch-row[data-v-b61d8d7c]{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.vip-alert[data-v-b61d8d7c]{border-radius:var(--app-radius);border:1px solid var(--app-border)}.vip-actions[data-v-b61d8d7c]{margin-top:10px}.panel[data-v-b61d8d7c]{border-radius:var(--app-radius);border:1px solid var(--app-border)}.panel-head[data-v-b61d8d7c]{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.panel-title[data-v-b61d8d7c]{font-size:16px;font-weight:900}.panel-actions[data-v-b61d8d7c]{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.grid[data-v-b61d8d7c]{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.schedule-card[data-v-b61d8d7c]{border-radius:14px;border:1px solid var(--app-border)}.schedule-top[data-v-b61d8d7c]{display:flex;justify-content:space-between;gap:12px}.schedule-main[data-v-b61d8d7c]{min-width:0;flex:1}.schedule-title[data-v-b61d8d7c]{display:flex;align-items:center;justify-content:space-between;gap:10px}.schedule-name[data-v-b61d8d7c]{font-size:14px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-meta[data-v-b61d8d7c]{margin-top:6px;display:flex;gap:10px;flex-wrap:wrap;font-size:12px}.schedule-actions[data-v-b61d8d7c]{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.logs[data-v-b61d8d7c]{display:flex;flex-direction:column;gap:10px}.log-card[data-v-b61d8d7c]{border-radius:12px;border:1px solid var(--app-border)}.log-head[data-v-b61d8d7c]{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px}.log-body[data-v-b61d8d7c]{margin-top:8px;font-size:13px;line-height:1.6}.log-error[data-v-b61d8d7c]{margin-top:6px;color:#b91c1c}.vip-body[data-v-b61d8d7c]{padding:12px 0 0}.vip-tip[data-v-b61d8d7c]{margin-top:10px;font-size:13px;line-height:1.6}@media(max-width:480px){.grid[data-v-b61d8d7c]{grid-template-columns:1fr}}