style: ellipsisWithTooltip style improve (#2451)

This commit is contained in:
katherinehhh 2023-08-15 09:16:56 +08:00 committed by GitHub
parent 0669975dde
commit 3baebf2a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,8 @@ export const EllipsisWithTooltip = forwardRef((props: Partial<IEllipsisWithToolt
<div
style={{
width: 300,
overflowX: 'auto',
overflow: 'auto',
maxHeight: 400,
}}
>
{popoverContent || props.children}