mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(components): [tooltip] display tooltip correctly (#11643)
* fix(components): [tooltip] display tooltip correctly * Update packages/hooks/use-popper/index.ts Co-authored-by: Jeremy <15975785+jw-foss@users.noreply.github.com> --------- Co-authored-by: Jeremy <15975785+jw-foss@users.noreply.github.com>
This commit is contained in:
parent
d51b683be1
commit
1b634705c8
@ -53,7 +53,7 @@ export const usePopper = (
|
||||
popper: {
|
||||
position: unref(options).strategy,
|
||||
left: '0',
|
||||
right: '0',
|
||||
top: '0',
|
||||
},
|
||||
arrow: {
|
||||
position: 'absolute',
|
||||
|
Loading…
Reference in New Issue
Block a user