🐛 Optimize the bundle name too long
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user