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
环境:官方 npx create-umi myapp 创建的示例 复现操作:登录页面,选择账户登录,在键盘输入与删除操作时,可见页面抖动
antd 有类似 issue :ant-design/ant-design#28056
The text was updated successfully, but these errors were encountered:
https://codesandbox.io/s/antd-reproduction-template-forked-725er?file=/index.css
配合这个demo修改一下
Sorry, something went wrong.
我试了上面 demo 不行,这样是生效的
.ant-form-item-explain { position: absolute; } .ant-form-item-margin-offset { display: none !important; }
我去2年了不修复吗
No branches or pull requests
环境:官方 npx create-umi myapp 创建的示例
复现操作:登录页面,选择账户登录,在键盘输入与删除操作时,可见页面抖动
antd 有类似 issue :ant-design/ant-design#28056
The text was updated successfully, but these errors were encountered: