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

[Bug Report] When Table with fixed column used in a dialog, closing the dialog will trigger a resize. the fixed column height will be calculated incorrectly #21366

Open
TypeFusion opened this issue Oct 8, 2021 · 1 comment

Comments

@TypeFusion
Copy link

Element UI version

2.15.6

OS/Browsers version

windows 10

Vue version

2.6.14

Reproduction Link

https://codepen.io/voidwh/pen/porzeBE

Steps to reproduce

click test button
(dialog open)
close dialog
(trigger table resize)
click test button
(dialog open)
the third last cell display a line

What is Expected?

normal display

What is actually happening?

display a line in cell (fixed height wrong)

@TypeFusion
Copy link
Author

  1. first time open
    image
  2. first time close(will trigger resize to minus 17px height )
  3. sceond time open
    image

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