mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(component): new page button in all page (#3053)
This commit is contained in:
@@ -62,11 +62,17 @@ const AllPagesHead = ({
|
||||
key: 'createDate',
|
||||
content: t['Created'](),
|
||||
proportion: 0.1,
|
||||
tableCellStyle: {
|
||||
width: '80px',
|
||||
} satisfies CSSProperties,
|
||||
},
|
||||
{
|
||||
key: 'updatedDate',
|
||||
content: t['Updated'](),
|
||||
proportion: 0.1,
|
||||
tableCellStyle: {
|
||||
width: '80px',
|
||||
} satisfies CSSProperties,
|
||||
},
|
||||
{
|
||||
key: 'unsortable_action',
|
||||
@@ -80,7 +86,7 @@ const AllPagesHead = ({
|
||||
showWhen: () => !isPublicWorkspace,
|
||||
sortable: false,
|
||||
tableCellStyle: {
|
||||
minWidth: '130px',
|
||||
width: '130px',
|
||||
} satisfies CSSProperties,
|
||||
styles: {
|
||||
justifyContent: 'flex-end',
|
||||
|
||||
Reference in New Issue
Block a user