feat(M08-B): 补联调分类进度

This commit is contained in:
Codex
2026-07-06 08:16:56 +08:00
parent 86106459c4
commit 1543a7df99
7 changed files with 87 additions and 8 deletions
+31
View File
@@ -539,6 +539,36 @@ textarea {
margin-bottom: 0;
}
.handoff-category-progress {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 10px;
}
.handoff-category-row {
display: grid;
gap: 8px;
min-width: 0;
padding: 12px;
border: 1px solid #e1e8f0;
border-radius: 8px;
background: #ffffff;
}
.handoff-category-title,
.handoff-category-meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
}
.handoff-category-title span,
.handoff-category-meta {
color: #60708a;
font-size: 12px;
}
.handoff-status-select {
width: 130px;
}
@@ -725,6 +755,7 @@ textarea {
.photo-grid,
.trend-row,
.handoff-session .el-form,
.handoff-category-progress,
.stats-filter,
.stats-grid {
grid-template-columns: 1fr;