vue3[@vue/compiler-sfc] ::v-deep usage as ...和 [@vue/compiler-sfc] the >>> and /deep/ combinators...
单文件组件样式特性|Vue.jsvue3单文件组件中,处于scoped样式中的选择器如果想要做更“深度”的选择,也即:影响到子组件,可以使用:deep()这个伪类;:deep(.el-input){width:200px;height:40px;}使用下面的这些写法时,编译的时候终端会有警告;(1)::v-deep::v-deep(.el-input){width:200px;height:40p