Skip to content

Commit

Permalink
docs(empty): update docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
HaixingOoO committed Aug 11, 2024
1 parent c7c2a1f commit 56cef30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/empty/_example/self-defined.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ export default function BasicGrid() {
return (
<Row gutter={40}>
<Col>
<Empty image={<ErrorCircleIcon size={64} color="rgba(0, 0, 0, 0.26)" />} description="暂无数据" type="" />
<Empty image={<ErrorCircleIcon size={64} color="rgba(0, 0, 0, 0.26)" />} description="暂无数据" />
</Col>
<Col>
<Empty description="暂无数据" type="" image={CustomImageContainer} />
<Empty description="暂无数据" image={CustomImageContainer} />
</Col>
</Row>
);
Expand Down

0 comments on commit 56cef30

Please sign in to comment.