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