学生列表内容区改为按需纵向滚动

This commit is contained in:
JSR
2026-03-20 19:19:13 +08:00
parent f96e52e4c9
commit 61499a7926
+1 -1
View File
@@ -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 />}
<div style={{ flex: 1, overflow: "hidden" }}>{renderStudentView(list)}</div>
<div style={{ flex: 1, overflowY: "auto", overflowX: "hidden" }}>{renderStudentView(list)}</div>
</Card>
)
}