element toolTip 修改样式 不生效_踩坑

首先: toolTip 实现原理是hover 元素时在body中添加dom,所以,在scoped下不生效,需要重新写style,
其次:css 同时包含选择器 中间没空格 ,eg:
el-tooltip__popper.is-dark.tipsPop {
background-color: rgba(0, 0, 0, 0.7);
}
个人记录

你可能感兴趣的:(css,javascript,前端)