feat(M08-B): 补联调场次信息
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user