根据https://vue-loader-v14.vuejs....深度作用选择器,加上后没有效果,不知道为什么?.content{background-color:green;}.content>>>.el-tabs__content{background-color:red;}目前只能把scoped局部去掉,这样来进行覆盖.content{background-color:green;}.content.el-tabs__content{background-color:red;}
2 回答
阿晨1998
TA贡献2037条经验 获得超6个赞
scoped中用deep样式穿透 .content{background-color:green;/deep/.el-tabs__content{background-color:red;}}
添加回答
举报
0/150
提交
取消