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

Grid wrap problem #8701

Closed
dlamon opened this issue Dec 22, 2017 · 1 comment
Closed

Grid wrap problem #8701

dlamon opened this issue Dec 22, 2017 · 1 comment
Assignees

Comments

@dlamon
Copy link

dlamon commented Dec 22, 2017

Version

3.0.2

Environment

windows chrome version 63.0.3239.84

Reproduction link

https://codesandbox.io/s/2z90383vx0

Steps to reproduce

  • Grid rules:If the sum of col spans in a row are more than 24, then the overflowing col as a whole will start a new line arrangement.
  • The actual effect: the width of ≥992px, the first line and the second line of the component location is displayed properly, the third line component location display error
  • Probable cause: If the component of the last Form.Item wrapped at the end of a line is Select, it will cause a component location problem on the next line.

What is expected?

All line components are displayed normally

What is actually happening?

The first line and the second line are in the right place and the third line is in the wrong place

@ant-design-bot
Copy link
Contributor

It will be better to write your issue/comment in English, so more people can understand you.
And this means that more people can help you or benefit from your issue/comment.
See: #4897

@dlamon dlamon changed the title Grid栅格 换行BUG Grid wrap problem Dec 22, 2017
@afc163 afc163 self-assigned this Dec 22, 2017
@afc163 afc163 closed this as completed in 525efb8 Dec 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants