资源管理图片初步

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