注意样式必须写在最外层,且前缀为"/deep/ ",后面有一个空格,但这种用法好像已经弃用了
现在是用 :deep(className)

<style lang='scss' scoped>
.container{
	.item{
	}
}
/deep/ uni-progress {
	width: 160upx;
	
	.uni-progress-bar {
		border-radius: 6upx;
		.uni-progress-inner-bar {
			border-radius: 6upx;
		}
	}
}

:deep(.uni-progress-bar){

}
</style>
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐