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

css设置:

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

 style 去掉  scoped 属性

 若不生效,则换成:

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

 

例:

 

 

修改后:

 

posted @ 2020-05-19 16:46  小蘑菇123  阅读(1353)  评论(0编辑  收藏  举报