vue项目中 elementUI 的样式在scoped中样本无法修改的问题
尝试在 style 中 使用 >>> 或者 /deep/
如:
<style scoped>
tagDiaog >>> .el-dialog {
background: transparent !important;
box-shadow: 0 0 0 !important;
}
</style>
如:
<style scoped>
tagDiaog >>> .el-dialog {
background: transparent !important;
box-shadow: 0 0 0 !important;
}
</style>