1.样式范围的不同在小程序中(uniapp版),组件的样式调用组件外的选择器进行组合时不能写在组件内页面的例如
.scarf{
组件外的class
.component{
组件内的class
}
2021-04-03