vue 每次编译后的 class 可能都是不一样的,name这种情况,怎么去修改 CSS 呢?

  • 单独加个 class 设置
  • 使用 deep
.bg-greg :deep(.van-grid-item__content){
background: #bbb;
}