From 0f137585542ee2cf3b542a4ca4d94e76aadfb3d0 Mon Sep 17 00:00:00 2001 From: xachary <179740385@qq.com> Date: Sat, 25 Nov 2023 16:15:07 +0800 Subject: [PATCH] fix: table index column width is not enough in english (#3342) --- src/components/Table/src/hooks/useColumns.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Table/src/hooks/useColumns.ts b/src/components/Table/src/hooks/useColumns.ts index 33986d31..52255466 100644 --- a/src/components/Table/src/hooks/useColumns.ts +++ b/src/components/Table/src/hooks/useColumns.ts @@ -66,7 +66,7 @@ function handleIndexColumn( columns.unshift({ flag: INDEX_COLUMN_FLAG, - width: 50, + width: 60, title: t('component.table.index'), align: 'center', customRender: ({ index }) => {