原因: vue中在style设置时使用scope属性 解决方法: 可采用局部与全局混写的方法 <style scope> //局部样式 </style> <style> //此处修改customClass样式 </style> 相关文章: 2021-07-22 2021-05-20 2021-06-05 2022-12-23 2021-05-07 2021-11-19 2021-11-04 2022-12-23