liyubing

fix:1)修改我的首次删除弹框和清理缓存弹框按钮颜色

@@ -47,7 +47,7 @@ struct MyCollectionListPage { @@ -47,7 +47,7 @@ struct MyCollectionListPage {
47 }, 47 },
48 title:this.isAllSelect?'是否确认清空?':'确认删除'+this.deleteNum.toString()+'条收藏', 48 title:this.isAllSelect?'是否确认清空?':'确认删除'+this.deleteNum.toString()+'条收藏',
49 tipShow: false , 49 tipShow: false ,
50 - leftTextColor:$r('app.color.color_648DF2'), 50 + leftTextColor:$r('app.color.color_333333')
51 }), 51 }),
52 autoCancel: true, 52 autoCancel: true,
53 alignment: DialogAlignment.Center, 53 alignment: DialogAlignment.Center,
@@ -49,7 +49,7 @@ export struct MineSettingComponent { @@ -49,7 +49,7 @@ export struct MineSettingComponent {
49 title: "清理缓存", 49 title: "清理缓存",
50 tipValue:"是否确认清理此App的缓存", 50 tipValue:"是否确认清理此App的缓存",
51 tipShow:true, 51 tipShow:true,
52 - leftTextColor:$r('app.color.color_648DF2') 52 + leftTextColor:$r('app.color.color_333333')
53 }), 53 }),
54 autoCancel: true, 54 autoCancel: true,
55 alignment: DialogAlignment.Center, 55 alignment: DialogAlignment.Center,
@@ -26,7 +26,7 @@ struct DefaultWebPage { @@ -26,7 +26,7 @@ struct DefaultWebPage {
26 isPageEnd: $isPageEnd 26 isPageEnd: $isPageEnd
27 }) 27 })
28 }.layoutWeight(1) 28 }.layoutWeight(1)
29 - .expandSafeArea([SafeAreaType.SYSTEM], [SafeAreaEdge.TOP]) 29 +
30 30
31 Row() { 31 Row() {
32 Button({ type: ButtonType.Normal }) { 32 Button({ type: ButtonType.Normal }) {