fix: 调试发布run
This commit is contained in:
@@ -32,6 +32,14 @@ describe("platform web shared theme CSS", () => {
|
||||
expect(css).toContain(".runtime-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))");
|
||||
});
|
||||
|
||||
it("keeps runtime task progress display visually explicit", () => {
|
||||
const css = compact(readThemeCss());
|
||||
|
||||
expect(css).toContain(".runtime-task-progress-summary{display:grid");
|
||||
expect(css).toContain(".runtime-task-progress-summary>span{color:var(--accent)");
|
||||
expect(css).toContain(".runtime-task-meter-track{height:10px");
|
||||
});
|
||||
|
||||
it("keeps server card stat tiles readable over busy backgrounds", () => {
|
||||
const css = compact(readThemeCss());
|
||||
|
||||
|
||||
@@ -585,14 +585,17 @@ to{transform:translate(-50%,-50%) rotate(calc(var(--construct-drift) + 360deg))}
|
||||
.confirm-panel p{margin:0;color:var(--ink-soft);font-size:14px}
|
||||
.confirm-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}
|
||||
.confirm-actions button{min-height:38px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;border:1px solid var(--line-strong);background:var(--surface-solid);color:var(--ink-soft);cursor:pointer}
|
||||
.confirm-actions .confirm-primary{background:linear-gradient(135deg,var(--accent),var(--accent-deep));border-color:var(--accent-deep);color:#fff;font-weight:700}
|
||||
.confirm-actions .confirm-primary{border-color:var(--accent-deep);color:#fff;font-weight:700}
|
||||
.confirm-actions .confirm-danger{background:var(--danger);border-color:var(--danger);color:#fff;font-weight:700}
|
||||
.runtime-task-backdrop{z-index:55}
|
||||
.runtime-task-panel{width:min(720px,100%);gap:16px}
|
||||
.runtime-task-header{align-items:flex-start}
|
||||
.runtime-task-header>span:first-child{display:grid;gap:4px;min-width:0}
|
||||
.runtime-task-header strong{color:var(--ink);font-size:18px}
|
||||
.runtime-task-current small,.runtime-task-header small,.runtime-task-stage-copy small{color:var(--ink-faint);font-size:12px;line-height:1.45}
|
||||
.runtime-task-current small,.runtime-task-header small,.runtime-task-progress-summary small,.runtime-task-stage-copy small{color:var(--ink-faint);font-size:12px;line-height:1.45}
|
||||
.runtime-task-progress-summary{display:grid;gap:4px;padding:12px;border:1px solid color-mix(in srgb,var(--accent) 50%,var(--line));border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent-soft) 34%,transparent),transparent 58%),var(--glass-wash),color-mix(in srgb,var(--surface) 86%,var(--accent-soft));box-shadow:inset 0 1px 0 var(--crystal-rim),0 12px 26px color-mix(in srgb,var(--accent) 12%,transparent)}
|
||||
.runtime-task-progress-summary>span{color:var(--accent);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
|
||||
.runtime-task-progress-summary strong{color:var(--ink);font-size:15px}
|
||||
.runtime-task-meter{display:grid;gap:8px}
|
||||
.runtime-task-meter-row{display:flex;justify-content:space-between;gap:10px;color:var(--ink-soft);font-size:13px}
|
||||
.runtime-task-meter-row strong{color:var(--ink)}
|
||||
|
||||
Reference in New Issue
Block a user