🐛 Optimize the file name if too long
This commit is contained in:
@@ -100,6 +100,7 @@ const tableColumns: DataTableColumns<any> = [
|
|||||||
title: 'Name',
|
title: 'Name',
|
||||||
key: 'name',
|
key: 'name',
|
||||||
maxWidth: 180,
|
maxWidth: 180,
|
||||||
|
ellipsis: true,
|
||||||
render(row: any) {
|
render(row: any) {
|
||||||
return h(
|
return h(
|
||||||
NButton,
|
NButton,
|
||||||
|
Reference in New Issue
Block a user