王士厅

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

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