diff --git a/packages/base/src/page/System/License/__snapshots__/index.test.tsx.snap b/packages/base/src/page/System/License/__snapshots__/index.test.tsx.snap index f24c2d521..5ac031010 100644 --- a/packages/base/src/page/System/License/__snapshots__/index.test.tsx.snap +++ b/packages/base/src/page/System/License/__snapshots__/index.test.tsx.snap @@ -1036,52 +1036,13 @@ exports[`base/System/License render snap when limit data name is \`info\` 1`] = class="ant-table-cell ellipsis-column-width" >
- limit string cont
- - - -
- - + + +
diff --git a/packages/base/src/page/System/License/index.data.tsx b/packages/base/src/page/System/License/index.data.tsx index 8934fd16c..85559fdae 100644 --- a/packages/base/src/page/System/License/index.data.tsx +++ b/packages/base/src/page/System/License/index.data.tsx @@ -14,9 +14,12 @@ export const LicenseColumn: ActiontechTableColumn = [ className: 'ellipsis-column-width', render: (text = '-', record) => { if (record.name === 'info') { - return ; + return ( +
+ +
+ ); } - return text; } }