mirror of
https://github.com/PlayEdu/backend
synced 2025-06-15 01:26:56 +08:00
资源管理图片初步
This commit is contained in:
parent
58fab32956
commit
28f38db147
@ -89,9 +89,7 @@ export const ResourceImagesPage = () => {
|
||||
</Col>
|
||||
<Col span={20}>
|
||||
<div className="playedu-main-body">
|
||||
<Row gutter={16}>
|
||||
<Col span={20}>
|
||||
<Row style={{ marginBottom: 24 }}>
|
||||
<Row gutter={16} style={{ marginBottom: 24 }}>
|
||||
<Col span={24}>
|
||||
<UploadImageSub
|
||||
categoryId={Number(category_ids.join(","))}
|
||||
@ -154,8 +152,6 @@ export const ResourceImagesPage = () => {
|
||||
</Col>
|
||||
)}
|
||||
</Row>
|
||||
</Col>
|
||||
</Row>
|
||||
</div>
|
||||
</Col>
|
||||
</Row>
|
||||
|
Loading…
x
Reference in New Issue
Block a user