This commit is contained in:
rustmailer
2026-04-26 16:54:28 +08:00
parent 0c2e540834
commit 2d29a8111b
2 changed files with 6 additions and 4 deletions
@@ -158,8 +158,8 @@ export function AttachmentListTable({
);
},
meta: { className: 'text-left text-xs' },
minSize: 300,
maxSize: 300,
minSize: 500,
maxSize: 500,
},
{
accessorKey: "name",
+4 -2
View File
@@ -195,7 +195,9 @@ export function MailListTable({
</div>
);
},
meta: { className: 'text-left text-xs' }
meta: { className: 'text-left text-xs' },
minSize: 500,
maxSize: 500,
},
{
id: "text_preview",
@@ -277,7 +279,7 @@ export function MailListTable({
id: 'actions',
header: t('users.columns.actions'),
cell: DataTableRowActions,
meta: { className: 'text-right text-xs' },
meta: { className: 'text-center text-xs' },
minSize: 60,
maxSize: 60,
},