瀏覽代碼

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