diff --git a/DysonNetwork.Drive/Client/src/views/dashboard/files.vue b/DysonNetwork.Drive/Client/src/views/dashboard/files.vue index f42c38b..d24d738 100644 --- a/DysonNetwork.Drive/Client/src/views/dashboard/files.vue +++ b/DysonNetwork.Drive/Client/src/views/dashboard/files.vue @@ -100,6 +100,7 @@ const tableColumns: DataTableColumns = [ title: 'Name', key: 'name', maxWidth: 180, + ellipsis: true, render(row: any) { return h( NButton,