This commit is contained in:
dhr
2025-09-19 20:28:31 +08:00
parent b3a6918fef
commit aa443c3d62
12 changed files with 1539 additions and 572 deletions

View File

@ -807,35 +807,36 @@ const handleInspectionManagement3 = () => {
.progress-line {
flex: 1;
height: 2px;
background-color: #e5e7eb;
height: 0;
border-top: 2px dashed #e5e7eb;
margin: 10px 0;
}
.progress-step.active .step-number {
background-color: #165dff;
background-color: #10b981;
color: white;
}
.progress-step.active .step-name {
color: #165dff;
color: #10b981;
font-weight: 500;
}
.progress-line.active {
background-color: #165dff;
border-top-color: #10b981;
}
.progress-step.failed .step-number {
background-color: #dc2626;
background-color: red;
color: white;
}
.progress-step.failed .step-name {
color: #dc2626;
color: red;
}
.progress-line.failed {
background-color: #dc2626;
border-top-color: red;
}
/* 15. 试验结果样式 */