页面使用了一个组件
# 组件 C
<template>
<view>
<slot />
</view>
</template>
<template>
<C class="container">
<view class="a">test</view>
</C>
</template>
<style lang="scss">
.contaner {
.a {
color: red;
}
}
</style>
微信小程序颜色可以出来,支付宝的不行,有朋友知道如何解决吗?
l***@icloud.com (作者)
HBuilder X 4.66
2025-06-24 17:03
l***@icloud.com (作者)
"mp-weixin": {
"appid": "",
"setting": {
"urlCheck": false,
"es6": true
},
"usingComponents": true
},
"mp-alipay": {
"usingComponents": true,
"appid": "",
"styleIsolation": "shared"
},
2025-06-24 17:04
DCloud_UNI_yuhe
回复 l***@icloud.com: styleIsolation 去掉这个呢?
2025-06-24 17:15