交叉评查 创建任务流程页面优化细节

This commit is contained in:
2025-07-16 22:10:15 +08:00
parent 277c54f34d
commit d10309db99
4 changed files with 529 additions and 256 deletions
+2 -2
View File
@@ -45,7 +45,7 @@
--color-primary: #00684a;
--color-primary-hover: #005a3f;
--color-primary-light: rgba(0, 104, 74, 0.1);
/* 成功、警告、错误颜色 */
--color-success: #52c41a;
--color-warning: #faad14;
@@ -296,4 +296,4 @@ i[class^="ri-"],
i[class*=" ri-"] {
font-family: 'remixicon' !important;
font-style: normal !important;
}
}
+3 -3
View File
@@ -25,8 +25,8 @@
content: '';
position: absolute;
top: 25px;
left: 75px;
width: calc(100% - 50px);
left: 135px;
width: calc(100% - 70px);
height: 2px;
background-color: #e5e7eb;
z-index: 1;
@@ -340,4 +340,4 @@
.group-select-item label {
font-size: 0.95rem;
}
}
}