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

Table组件布局异常 #4945

Closed
skordyr opened this issue Feb 20, 2017 · 2 comments
Closed

Table组件布局异常 #4945

skordyr opened this issue Feb 20, 2017 · 2 comments

Comments

@skordyr
Copy link

skordyr commented Feb 20, 2017

Environment(required)

  • antd version: 2.7.2
  • OS and its version: win10
  • Browser and its version: 56.0.2924.87 (64-bit)

What did you do? Please provide steps to re-produce your problem.

Table组件的pagination使用了float没有清除浮动,导致后面的Dom布局异常

Re-producible online demo

http://codepen.io/skordyr/pen/vgqZdX?editors=001

@benjycui
Copy link
Contributor

Yep, and you can fix this by:

  <Table
+   className="clearfix"

@lock
Copy link

lock bot commented May 2, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators May 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants