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