参考示例:@Entry @Component export struct LoadingPage { build() { Row() { LoadingProgress().color(Color.White).width(50).height(50) } .height('100%') .width('100%') .position({x: 0, y: 0}) .backgroundColor('#4D000000') .justifyContent(FlexAlign.Center) } }
参考示例: