mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-12 00:59:23 +08:00
style: 调整部分样式
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user