feat(M08-B): 补联调场次信息

This commit is contained in:
Codex
2026-07-05 16:07:29 +08:00
parent fda768d4ce
commit b5e7121c35
7 changed files with 111 additions and 9 deletions
+18
View File
@@ -522,6 +522,23 @@ textarea {
padding: 14px;
}
.handoff-session {
padding: 12px;
border: 1px solid #e1e8f0;
border-radius: 8px;
background: #f8fafc;
}
.handoff-session .el-form {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 10px;
}
.handoff-session .el-form-item {
margin-bottom: 0;
}
.handoff-status-select {
width: 130px;
}
@@ -703,6 +720,7 @@ textarea {
.timeline-grid,
.photo-grid,
.trend-row,
.handoff-session .el-form,
.stats-filter,
.stats-grid {
grid-template-columns: 1fr;