mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 20:29:39 +08:00
tree组件初步优化
This commit is contained in:
@@ -116,13 +116,12 @@ export const UploadImageButton = (props: PropsInterface) => {
|
||||
></UploadImageSub>
|
||||
</Col>
|
||||
</Row>
|
||||
{imageList.length === 0 && (
|
||||
<Col span={24}>
|
||||
<Empty description="暂无图片" />
|
||||
</Col>
|
||||
)}
|
||||
<div className="image-list-box">
|
||||
{imageList.length === 0 && (
|
||||
<Col span={24}>
|
||||
<Empty description="暂无图片" />
|
||||
</Col>
|
||||
)}
|
||||
|
||||
{imageList.map((item) => (
|
||||
<div
|
||||
key={item.id}
|
||||
|
||||
Reference in New Issue
Block a user