// vant覆蓋默認樣式的寫法
<style lang="scss" scoped>
::v-deep .van-popup {
background: transparent;
color: #fff;
}
</style>