feat(M08-B): 补联调分类进度
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user