feat(M08-B): 补联调验收结论

This commit is contained in:
Codex
2026-07-06 08:20:25 +08:00
parent a95fdcbb93
commit 0eb6349021
7 changed files with 81 additions and 8 deletions
+31
View File
@@ -569,6 +569,37 @@ textarea {
font-size: 12px;
}
.handoff-verdict {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 12px;
border: 1px solid #f0c7c7;
border-radius: 8px;
background: #fff7f7;
}
.handoff-verdict.ready {
border-color: #b8dec4;
background: #f3fbf5;
}
.handoff-verdict h3,
.handoff-verdict p {
margin: 0;
}
.handoff-verdict h3 {
font-size: 14px;
}
.handoff-verdict p {
margin-top: 4px;
color: #60708a;
font-size: 13px;
}
.handoff-status-select {
width: 130px;
}