css设置:

<style>
  .el-tooltip__popper{
    max-width: 600px;
  }
</style>

 style 去掉  scoped 属性

 若不生效,则换成:

<style>
    .el-popper{
        max-width: 600px;
    }
</style>

 

例:

elememt-ul,el-table 中的 tooltip 宽度

 

 

修改后:

elememt-ul,el-table 中的 tooltip 宽度

 

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2021-04-26
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2021-11-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案