We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip
latest
超屏展示 && left position && arrowPointAtCenter 不为 false 的情况下,尖箭头没有对齐 children
超屏展示 && left position && arrowPointAtCenter 不为 false 的情况下,尖箭头应该对齐 children
() => { const [visible, setVisible] = useState(false); const change = () => { setVisible(!visible); }; const text = new Array(530).fill('abc').join(); return ( <> <Button onClick={change} style={{ marginTop: '200px'}}>Open SideSheet</Button> <SideSheet title="滑动侧边栏" visible={visible} onCancel={change}> <Typography.Text ellipsis={{showTooltip: { opts: { position: 'left' } }}}>{text}</Typography.Text> </SideSheet> <Tooltip content={text} position="left"> <span style={{ marginTop: '200px'}}>show tooltip</span> </Tooltip> </> ); };
- OS: - browser:
No response
The text was updated successfully, but these errors were encountered:
YannLynn
No branches or pull requests
Is there an existing issue for this?
Which Component
Tooltip
Semi Version
latest
Current Behavior
超屏展示 && left position && arrowPointAtCenter 不为 false 的情况下,尖箭头没有对齐 children
Expected Behavior
超屏展示 && left position && arrowPointAtCenter 不为 false 的情况下,尖箭头应该对齐 children
Steps To Reproduce
ReproducibleCode
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: