mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:06:47 +00:00
style: ellipsisWithTooltip style improve (#2451)
This commit is contained in:
parent
0669975dde
commit
3baebf2a71
@ -53,7 +53,8 @@ export const EllipsisWithTooltip = forwardRef((props: Partial<IEllipsisWithToolt
|
|||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
width: 300,
|
width: 300,
|
||||||
overflowX: 'auto',
|
overflow: 'auto',
|
||||||
|
maxHeight: 400,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{popoverContent || props.children}
|
{popoverContent || props.children}
|
||||||
|
Loading…
Reference in New Issue
Block a user