el-popconfirm标题换行
el-popconfirm标题换行
stackblitz
演示
核心代码
<style>
/* vue中加上scoped并进行深度选择( >>>) */
.el-popconfirm__main {
white-space: pre-line;
margin-top: -22px;
}
.el-popconfirm__main > i {
margin-top: 22px;
margin-bottom: auto;
}
</style>