mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 11:36:25 +08:00
fix: show table head when no item in page list (#2642)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user