Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
liyubing
2024-06-20 14:30:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5650a0dec6f26c5aaa9748b7cb365b9df92d5c81
5650a0de
1 parent
d7aac26e
fix:1)修改我的首次删除弹框和清理缓存弹框按钮颜色
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/MyCollectionListPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/setting/MineSettingComponent.ets
sight_harmony/products/phone/src/main/ets/pages/web/DefaultWebPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/MyCollectionListPage.ets
View file @
5650a0d
...
...
@@ -47,7 +47,7 @@ struct MyCollectionListPage {
},
title:this.isAllSelect?'是否确认清空?':'确认删除'+this.deleteNum.toString()+'条收藏',
tipShow: false ,
leftTextColor:$r('app.color.color_
648DF2'),
leftTextColor:$r('app.color.color_
333333')
}),
autoCancel: true,
alignment: DialogAlignment.Center,
...
...
sight_harmony/features/wdComponent/src/main/ets/components/setting/MineSettingComponent.ets
View file @
5650a0d
...
...
@@ -49,7 +49,7 @@ export struct MineSettingComponent {
title: "清理缓存",
tipValue:"是否确认清理此App的缓存",
tipShow:true,
leftTextColor:$r('app.color.color_
648DF2
')
leftTextColor:$r('app.color.color_
333333
')
}),
autoCancel: true,
alignment: DialogAlignment.Center,
...
...
sight_harmony/products/phone/src/main/ets/pages/web/DefaultWebPage.ets
View file @
5650a0d
...
...
@@ -26,7 +26,7 @@ struct DefaultWebPage {
isPageEnd: $isPageEnd
})
}.layoutWeight(1)
.expandSafeArea([SafeAreaType.SYSTEM], [SafeAreaEdge.TOP])
Row() {
Button({ type: ButtonType.Normal }) {
...
...
Please
register
or
login
to post a comment