فهرست منبع

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