소스 검색

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

xachary 1 년 전
부모
커밋
0f13758554
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Table/src/hooks/useColumns.ts

+ 1 - 1
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 }) => {