摘要: 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 阅读(1432) 评论(0) 推荐(1)