fix: show table head when no item in page list (#2642)

This commit is contained in:
Whitewater
2023-06-01 01:31:51 -07:00
committed by GitHub
parent e1f715f837
commit 23126e1ff6
8 changed files with 183 additions and 416 deletions
+3 -2
View File
@@ -9,8 +9,9 @@ export const StyledEmptyContainer = styled('div')<{ style?: CSSProperties }>(
...displayFlex('center', 'center'),
flexDirection: 'column',
svg: {
width: style?.width ?? '320px',
height: style?.height ?? '280px',
color: 'transparent',
width: style?.width ?? '248px',
height: style?.height ?? '216px',
fontSize: style?.fontSize ?? 'inherit',
},
};