其他分享
首页 > 其他分享> > 修改el-tooltip三角的样式

修改el-tooltip三角的样式

作者:互联网

html:

<el-tooltip placement="right" effect="light">
<div slot="content" v-html="s.row.lntroduction"></div>
<p>{{ s.row.name }}</p>
</el-tooltip>


css:
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
border-right-color: #c7c7c8
}


标签:__,el,right,placement,样式,tooltip,popper
来源: https://www.cnblogs.com/reround/p/12212797.html