From 2d29a8111b79e435caa5b02449ea53a4686bc8b3 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Sun, 26 Apr 2026 16:54:28 +0800 Subject: [PATCH] update --- web/src/features/attachment/mail-list-table.tsx | 4 ++-- web/src/features/search/mail-list-table.tsx | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/web/src/features/attachment/mail-list-table.tsx b/web/src/features/attachment/mail-list-table.tsx index 5bd9f03..cac7365 100644 --- a/web/src/features/attachment/mail-list-table.tsx +++ b/web/src/features/attachment/mail-list-table.tsx @@ -158,8 +158,8 @@ export function AttachmentListTable({ ); }, meta: { className: 'text-left text-xs' }, - minSize: 300, - maxSize: 300, + minSize: 500, + maxSize: 500, }, { accessorKey: "name", diff --git a/web/src/features/search/mail-list-table.tsx b/web/src/features/search/mail-list-table.tsx index 6ccea67..bd13c42 100755 --- a/web/src/features/search/mail-list-table.tsx +++ b/web/src/features/search/mail-list-table.tsx @@ -195,7 +195,9 @@ export function MailListTable({ ); }, - 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, },