mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 21:14:21 +08:00
学生列表内容区改为按需纵向滚动
This commit is contained in:
@@ -955,7 +955,7 @@ ORDER BY reward_points DESC, score DESC`,
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
{errorMap[list.id] && <Alert style={{ marginBottom: 12 }} type="error" message={errorMap[list.id]} showIcon />}
|
{errorMap[list.id] && <Alert style={{ marginBottom: 12 }} type="error" message={errorMap[list.id]} showIcon />}
|
||||||
<div style={{ flex: 1, overflow: "hidden" }}>{renderStudentView(list)}</div>
|
<div style={{ flex: 1, overflowY: "auto", overflowX: "hidden" }}>{renderStudentView(list)}</div>
|
||||||
</Card>
|
</Card>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user