feat(M08-B): 补联调验收结论
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user