Bug Type: Component
Environment
- Vue Version:
3.2.7
- Element Plus Version:
2.1.4
- Browser / OS:
Chrome
- Build Tool:
Vue CLI
Reproduction
Related Component
el-tooltip
Reproduction Link
Steps to reproduce
设置tooltip placement: right,当页面不能完全显示tooltip时,tooltip应自动放在左边
What is Expected?
tooltip一旦不能完全显示,需要自动转换到能完全显示的位置
What is actually happening?
tooltip不能自动转换位置
Additional comments
(empty)
2条答案
按热度按时间46qrfjad1#
6qfn3psc2#
tooltip 是基于 ElPopper 的扩展,ElPopper 有个fallbackPlacements 的配置(
['left', ....]
)可以设置,在placement 不够位置显示的时候会根据fallbackPlacements的配置来显示。