Skip to content
New issue

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

Form.Item 单独支持layout #48951

Open
zzcwzhang opened this issue May 16, 2024 · 0 comments
Open

Form.Item 单独支持layout #48951

zzcwzhang opened this issue May 16, 2024 · 0 comments

Comments

@zzcwzhang
Copy link

What problem does this feature solve?

可以在Form的layout="horizontal"的情况下,设置某个FormItem单独设置为layout="vertical",为了解决在同一个表单中某些题目的title长度过长,采用上下布局会更美观

What does the proposed API look like?

<Form layout="horizontal">
  <Form.Item layout="vertical" />
</Form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants