vue項(xiàng)目中 elementUI 的樣式在scoped中樣本無(wú)法修改的問(wèn)題
嘗試在 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>