🐛 Optimize the bundle name too long

This commit is contained in:
2025-07-28 15:00:07 +08:00
parent d881a75e48
commit 28f6893c68

View File

@@ -51,11 +51,13 @@ const tableColumns: DataTableColumns<any> = [
) )
}, },
maxWidth: 80, maxWidth: 80,
ellipsis: true,
}, },
{ {
title: 'Description', title: 'Description',
key: 'description', key: 'description',
maxWidth: 180, maxWidth: 180,
ellipsis: true,
}, },
{ {
title: 'Expired At', title: 'Expired At',