Explorar el Código

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

xachary hace 1 año
padre
commit
0f13758554
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 }) => {