liyubing

fix:

1)清空搜索记录、清空/删除收藏记录等场景
@@ -21,7 +21,7 @@ export struct SearchHistoryComponent{ @@ -21,7 +21,7 @@ export struct SearchHistoryComponent{
21 }, 21 },
22 title: "确认清空历史记录?", 22 title: "确认清空历史记录?",
23 tipShow:false, 23 tipShow:false,
24 - leftTextColor:$r('app.color.color_648DF2') 24 + leftTextColor:$r('app.color.color_333333')
25 }), 25 }),
26 autoCancel: true, 26 autoCancel: true,
27 alignment: DialogAlignment.Center, 27 alignment: DialogAlignment.Center,