Skip to content

Commit

Permalink
fix(table): modify empty node size from 'normal' to 'small' (#1643)
Browse files Browse the repository at this point in the history
Co-authored-by: maxin <maxin@growingio.com>
  • Loading branch information
nnmax and maxin committed Dec 8, 2021
1 parent d5d03c3 commit 0254879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function Table<RecordType>(props: TableProps<RecordType>, ref: React.ForwardedRe

const emptyElement = (
<div className={`${prefixCls}-empty`}>
<Page description={emptyText} size="normal" type="noData" {...empty} />
<Page description={emptyText} size="small" type="noData" {...empty} />
</div>
);

Expand Down

1 comment on commit 0254879

@vercel
Copy link

@vercel vercel bot commented on 0254879 Dec 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.