mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:09:55 +08:00
视频列表优化
This commit is contained in:
@@ -172,7 +172,10 @@ export const CoursePage = () => {
|
||||
<div className="d-flex mb-24">
|
||||
<Typography.Text>资源分类:</Typography.Text>
|
||||
</div>
|
||||
<TreeCategory onUpdate={(keys: any) => setCategoryIds(keys)} />
|
||||
<TreeCategory
|
||||
text={"资源"}
|
||||
onUpdate={(keys: any) => setCategoryIds(keys)}
|
||||
/>
|
||||
</div>
|
||||
<div className="float-left">
|
||||
<div className="d-flex mb-24">
|
||||
|
||||
Reference in New Issue
Block a user