feat: complete TASK-WP2-06 generation terminal states

This commit is contained in:
suyx
2026-08-03 01:06:28 +08:00
parent c8643c080d
commit 2bb4f86d04
18 changed files with 1419 additions and 14 deletions
+21 -1
View File
@@ -227,6 +227,17 @@
padding: 12px 14px;
}
.model-status select {
min-width: 0;
width: 100%;
min-height: 38px;
padding: 6px 30px 6px 9px;
border: 1px solid #75756f;
color: #111111;
background: #ffffff;
font: inherit;
}
.model-status span,
.ratio-control legend,
.reference-input small {
@@ -419,11 +430,20 @@
font-weight: 800;
}
.current-task-active a {
.current-task-active a,
.current-task-active button {
color: #111111;
font-weight: 800;
}
.current-task-active button {
justify-self: start;
min-height: 42px;
padding: 8px 12px;
border: 1px solid #111111;
background: #f2f500;
}
.capacity-critical,
.generation-notice {
display: flex;