Bug Type: Component
Environment
- Vue Version:
3.2.41
- Element Plus Version:
2.2.25
- Browser / OS:
UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
- Build Tool:
Vite
Reproduction
Related Component
Reproduction Link
Element Plus Playground
Steps to reproduce
- set
show-overflow-tooltip and width
- use
<template #default="scope"> <div> {{ scope.row.name }} </div> </template> slot
- zoom the browser to 80% or 90%, when the text is not a breakpoint, the
show-overflow-tooltip will also be displayed
What is Expected?
zoom the browser to 80% or 90%, show show-overflow-tooltip on breakpoint when using block element slots
What is actually happening?
zoom the browser to 80% or 90%, always show show-overflow-tooltip when using block element slots
Additional comments
(empty)
step1

step2
