10. 修改element ui中el-tooltip组件的宽度

修改el-tooltip的样式,代码如下:

  .el-tooltip__popper {
    max-width: 60%!important;  //宽度可根据自己需要进行设置 
  }

注意:需写在公共样式表中,若写在同页面的中不会生效。

参考:(15条消息) element ui table tooltip设置宽度_伍六七-CSDN博客_el-tooltip设置宽度

你可能感兴趣的:(新知识笔记)