/* 单页面修改插件样式时 (样式穿透,两种都可以) */ ::v-deep .u-tab-item{ ... } /deep/ .u-tab-item{ ... } /* VX小程序需要在前面加一个父元素的类名才能生效 */ .box ::v-deep .u-tab-item{ ... }