使用scss覆盖vant默认样式

Posted on 2020-04-28 18:52  猫头唔食鱼  阅读(3646)  评论(0编辑  收藏  举报
 // vant覆盖默认样式的写法
<style lang="scss" scoped>
 ::v-deep .van-popup {
    background: transparent;
    color: #fff;
  }
</style>