fix: 修复备注撑开表格行高的bug

https://github.com/certd/certd/issues/586
This commit is contained in:
xiaojunnuo
2025-11-26 23:38:34 +08:00
parent 3406bb5a4a
commit c7b298c46f
2 changed files with 2 additions and 0 deletions

View File

@@ -559,6 +559,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
column: {
width: 200,
sorter: true,
ellipsis: true,
cellRender({ value }) {
return <a-tooltip title={value}>{value}</a-tooltip>;
},

View File

@@ -350,6 +350,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
show: false,
},
column: {
ellipsis: true,
width: 200,
sorter: true,
tooltip: true,