Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -17,7 +17,8 @@ export struct SearchHistoryComponent{ | @@ -17,7 +17,8 @@ export struct SearchHistoryComponent{ | ||
| 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 | }), | 22 | }), |
| 22 | autoCancel: true, | 23 | autoCancel: true, |
| 23 | alignment: DialogAlignment.Center, | 24 | alignment: DialogAlignment.Center, |
-
Please register or login to post a comment