yangchenggong1_wd

fix:bug[16760]【uat】清空搜索历史确认弹窗样式不正确,见截图

@@ -16,7 +16,7 @@ export struct SearchHistoryComponent{ @@ -16,7 +16,7 @@ export struct SearchHistoryComponent{
16 confirm: () => { 16 confirm: () => {
17 this.onAccept() 17 this.onAccept()
18 }, 18 },
19 - title: "确认清空历史记录", 19 + title: "确认清空历史记录",
20 tipShow:false, 20 tipShow:false,
21 leftTextColor:$r('app.color.color_648DF2') 21 leftTextColor:$r('app.color.color_648DF2')
22 }), 22 }),