修改表格高度

This commit is contained in:
guanj
2025-10-21 16:11:00 +08:00
parent 29b5cfa4db
commit 269d941828
9 changed files with 11 additions and 11 deletions

View File

@@ -78,7 +78,7 @@ const tableStore: any = new TableStore({
{
field: 'index',
title: '序号',
width: '60',
width: '80',
formatter: (row: any) => {
return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1
}