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