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
CodeSandbox 复现demo链接
第一步:正常引入@formily/core和@formily/react 第二步:Form属性追加layout='vertical',Field属性decorator追加tooltip, 第三步:预览表单,会出现tooltip问号图标上下错位问题
期望问号图标位置和label文字在同一水平线上
如果form属性layout=vertical时,Field内tooltip问号图标会向下跑偏
@formily/[email protected]
The text was updated successfully, but these errors were encountered:
来个PR吧
Sorry, something went wrong.
.ant-formily-item-layout-vertical .ant-formily-item-label { min-height: 22px; line-height: 1.5715; // 看起来是vertical中line-height导致的样式bug }
嗯,应该是需要区分一下
建议你们给修复一下
liuweiGL
Successfully merging a pull request may close this issue.
Reproduction link
CodeSandbox 复现demo链接
Steps to reproduce
第一步:正常引入@formily/core和@formily/react
第二步:Form属性追加layout='vertical',Field属性decorator追加tooltip,
第三步:预览表单,会出现tooltip问号图标上下错位问题
What is expected?
期望问号图标位置和label文字在同一水平线上
What is actually happening?
如果form属性layout=vertical时,Field内tooltip问号图标会向下跑偏
Package
@formily/[email protected]
The text was updated successfully, but these errors were encountered: