fix: table index column width is not enough in english (#3342)

This commit is contained in:
xachary 2023-11-25 16:15:07 +08:00 committed by GitHub
parent 3efe662c91
commit 0f13758554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ function handleIndexColumn(
columns.unshift({ columns.unshift({
flag: INDEX_COLUMN_FLAG, flag: INDEX_COLUMN_FLAG,
width: 50, width: 60,
title: t('component.table.index'), title: t('component.table.index'),
align: 'center', align: 'center',
customRender: ({ index }) => { customRender: ({ index }) => {