王士厅

fix: 系统设置暗黑模式,缺省页.backgroundColor(Color.White)

... ... @@ -144,7 +144,7 @@ export struct EmptyComponent {
.type(ButtonType.Normal)
.width(80)
.height(28)
.backgroundColor('#fffffff')
.backgroundColor(Color.White)
.fontColor('#FF666666')
.border({ width: 1 })
.borderColor('#FFEDEDED')
... ...