// vant覆盖默认样式的写法
<style lang="scss" scoped>
 ::v-deep .van-popup {
    background: transparent;
    color: #fff;
  }
</style>
 

 

相关文章: