摘要: 在项目使用element-UI中, 有时候会需要用到覆盖原有样式, 但是全局样式不起作用, 只能通过深度作用选择器 style为css 时写法 .a >>> .b { width:100%; } style为css的预处理器(scss, less sass) 时写法 /* /deep/ ang="l 阅读全文
posted @ 2021-04-08 15:37 cielw 阅读(589) 评论(0) 推荐(0)