Commit 4e5e7b58 by feitianbubu

feat: add logs content tooltip

parent 95738594
...@@ -897,6 +897,10 @@ export const getLogsColumns = ({ ...@@ -897,6 +897,10 @@ export const getLogsColumns = ({
<Typography.Paragraph <Typography.Paragraph
ellipsis={{ ellipsis={{
rows: 2, rows: 2,
showTooltip: {
type: 'popover',
opts: { style: { width: 240 } },
},
}} }}
style={{ maxWidth: 200, marginBottom: 0 }} style={{ maxWidth: 200, marginBottom: 0 }}
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment