<script>
export default {
options: { styleIsolation: 'shared' }, //加上这句小程序样式穿透也会有效果
};
</script>
<style lang="scss" scoped>
::v-deep .u-cell__body {
background-color: #2a6ff6;
}
</style>
CS 144 check6: buiding an IP router
阅读 15
2024-12-23
<script>
export default {
options: { styleIsolation: 'shared' }, //加上这句小程序样式穿透也会有效果
};
</script>
<style lang="scss" scoped>
::v-deep .u-cell__body {
background-color: #2a6ff6;
}
</style>
相关推荐
精彩评论(0)