(干货)vue element-ui修改样式不生效

原因

代码中使用scoped之后,保证各文件中的css不相互影响,给每个component都做了唯一的标记
解决方案如下


 

你可能感兴趣的:(#,vue)