请参考demo:@Entry @Component struct Index { @State message: string = 'Hello BETA1'; build() { RelativeContainer() { Column(){ Text('9.811111111111') .fontSize(20) .shadow({ radius: 5,color: Color.Pink, offsetX: 0, offsetY: 45 ,fill:true }) }.height(4) } .height('100%') .width('100%') } }
请参考demo: