🐛 Optimize the file name if too long

This commit is contained in:
2025-07-28 14:59:27 +08:00
parent fe5a455b68
commit d881a75e48

View File

@@ -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,