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

[Component] [table-column] Problems occur when el-table-column uses show-overflow-tooltip at a specific resolution #16673

Open
qiuliang1 opened this issue Apr 26, 2024 · 1 comment

Comments

@qiuliang1
Copy link

Bug Type: Component

Environment

  • Vue Version: 3.3.10
  • Element Plus Version: 2.6.3
  • Browser / OS: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0
  • Build Tool: Vite

Reproduction

Related Component

  • el-table-column

Reproduction Link

Element Plus Playground

Steps to reproduce

The screen resolution is 2560 * 1600.
El-table-column added show-overflow-tooltip.
Enlarge (110% or other) or shrink (90% or other) the browser.

What is Expected?

Zoom in or out the resolution. Content that is not exceeded by el-table should not display tooltip.

What is actually happening?

All the contents of the table do not overflow, but there will be tooltip

Additional comments

(empty)

@btea
Copy link
Collaborator

btea commented Apr 26, 2024

It maybe fixed by #16449, you can try it using the new version.

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

2 participants