We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
在项目的更多,和表情包选择都使用了el-popover,改变el-popover需要全局改变样式,这就会影响到其他地方的引用,通过以下方法即可解决。
在el-popover元素上添加 popper-class="(自定义样式类名)"属性,即
,在<style>中,把scoped去掉,然后在样式最前面加上自定义样式。.el-popover.myPopover{自定义样式}。