Vue中深度覆盖的写法 两年的时间 2021-09-14 109 阅读1分钟 1./deep/ 2.::v-deep Vue3中有警告,改成这样 3.>>> 如果vue的style使用的是css,那么则 <style lang="css" scoped> .a >>> .b { } </style>