xingyu4j 2 years ago
parent
commit
ddc42c2ae5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yudao-ui-admin-vue3/src/hooks/web/useVxeCrudSchemas.ts

+ 1 - 1
yudao-ui-admin-vue3/src/hooks/web/useVxeCrudSchemas.ts

@@ -174,7 +174,7 @@ const filterTableSchema = (crudSchema: VxeCrudSchema): VxeGridPropTypes.Columns
       title: crudSchema.primaryTitle ? crudSchema.primaryTitle : t('common.index'),
       field: crudSchema.primaryKey,
       type: crudSchema.primaryType ? crudSchema.primaryType : null,
-      width: '50px'
+      width: '80px'
     }
     tableSchema.push(tableSchemaItem)
   }