Skip to content

Commit a4fd224

Browse files
authored
Merge pull request #3267 from feitianbubu/pr/eb2ed7806ae5f2348681ce9fcff3f3572f535919
feat: add logs content tooltip
2 parents 9573859 + 4e5e7b5 commit a4fd224

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

web/src/components/table/usage-logs/UsageLogsColumnDefs.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,10 @@ export const getLogsColumns = ({
897897
<Typography.Paragraph
898898
ellipsis={{
899899
rows: 2,
900+
showTooltip: {
901+
type: 'popover',
902+
opts: { style: { width: 240 } },
903+
},
900904
}}
901905
style={{ maxWidth: 200, marginBottom: 0 }}
902906
>

0 commit comments

Comments
 (0)