资源管理图片初步

This commit is contained in:
禺狨 2023-03-08 18:42:45 +08:00
parent 58fab32956
commit 28f38db147

View File

@ -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>