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
当不需要渲染展开收起时,没有提供showCollapse这样的api控制,是通过collapseRender来处理,此处包裹组件通过space+内联style:{gutter:16}处理的,此处处理不当,有样式bug
以下两种处理方式都可以
https://codesandbox.io/s/cha-xun-biao-ge-forked-2l5255?file=/App.tsx
版本都可复现
The text was updated successfully, but these errors were encountered:
search={{ labelWidth: "auto", collapseRender:false, defaultCollapsed: false }}
Sorry, something went wrong.
有 collapse 的
No branches or pull requests
🐛 bug 描述
当不需要渲染展开收起时,没有提供showCollapse这样的api控制,是通过collapseRender来处理,此处包裹组件通过space+内联style:{gutter:16}处理的,此处处理不当,有样式bug
📷 复现步骤
🏞 期望结果
以下两种处理方式都可以
💻 复现代码
https://codesandbox.io/s/cha-xun-biao-ge-forked-2l5255?file=/App.tsx
© 版本信息
版本都可复现
🚑 其他信息
The text was updated successfully, but these errors were encountered: