style: adjust page list header style (#3599)

This commit is contained in:
JimmFly
2023-08-08 00:03:54 +08:00
committed by GitHub
parent 45ffad45b0
commit d9f323874d
5 changed files with 21 additions and 23 deletions

View File

@@ -67,7 +67,7 @@ const AllPagesHead = ({
content: t['Created'](),
proportion: 0.1,
tableCellStyle: {
width: '80px',
width: '110px',
} satisfies CSSProperties,
},
{
@@ -75,7 +75,7 @@ const AllPagesHead = ({
content: t['Updated'](),
proportion: 0.1,
tableCellStyle: {
width: '80px',
width: '110px',
} satisfies CSSProperties,
},
{
@@ -90,7 +90,7 @@ const AllPagesHead = ({
showWhen: () => !isPublicWorkspace,
sortable: false,
tableCellStyle: {
width: '130px',
width: '140px',
} satisfies CSSProperties,
styles: {
justifyContent: 'flex-end',