mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 06:31:06 +08:00
资源管理图片初步
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user