style: 调整部分样式

This commit is contained in:
2025-06-13 23:03:43 +08:00
parent fa1291bda2
commit a6d6bdb742
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ const columns: TableInstance['columns'] = [
{ title: '表名称', dataIndex: 'tableName', minWidth: 225, ellipsis: true, tooltip: true },
{ title: '描述', dataIndex: 'comment', ellipsis: true, tooltip: true },
{ title: '类名前缀', dataIndex: 'classNamePrefix', ellipsis: true, tooltip: true },
{ title: '作者名称', dataIndex: 'author' },
{ title: '作者名称', dataIndex: 'author', ellipsis: true, tooltip: true },
{ title: '所属模块', dataIndex: 'moduleName', ellipsis: true, tooltip: true },
{ title: '模块包名', dataIndex: 'packageName', ellipsis: true, tooltip: true },
{ title: '配置时间', dataIndex: 'createTime', width: 180 },