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
wangliang_wd
2024-10-11 14:19:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c6dcd7fff05c02aefb83da946b550340e3eafa03
c6dcd7ff
1 parent
67a0a3fc
feat:优化设置隐私UI,优化他人主页下划线样式
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
15 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/PrivacySettingPage.ets
sight_harmony/features/wdComponent/src/main/ets/components/setting/AccountAndSecurityLayout.ets
sight_harmony/features/wdComponent/src/main/ets/pages/OtherNormalUserHomePage.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/PrivacySettingPage.ets
View file @
c6dcd7f
...
...
@@ -7,7 +7,7 @@ import { TrackingPageBrowse, TrackConstants, TrackingButton } from 'wdTracking/I
import { TitleBackComponent } from '../setting/TitleBackComponent';
const TAG = 'PrivacySettingPage';
const DiyString = '开启个性
化
推荐'
const DiyString = '开启个性推荐'
const DiyCloseTipsString = '关闭后,将不会使用你的偏好进行内容推荐'
@Entry
...
...
sight_harmony/features/wdComponent/src/main/ets/components/setting/AccountAndSecurityLayout.ets
View file @
c6dcd7f
...
...
@@ -363,14 +363,6 @@ export struct AccountAndSecurityLayout {
.padding({ top: 32, left: "31lpx", right: "31lpx" })
.width('100%')
}
Text('请注意:注销后7天内不能再次注册人民日报客户端,需要等到账号冷静期结束才能再次登录注册')
.fontColor('#ED2800')
.fontSize(14)
.fontWeight(400)
.lineHeight(20)
.padding({ top: 32, left: 16, right: 16 })
.width('100%')
}.alignRules({
top: { anchor: "__container__", align: VerticalAlign.Top },
left: { anchor: "__container__", align: HorizontalAlign.Start },
...
...
sight_harmony/features/wdComponent/src/main/ets/pages/OtherNormalUserHomePage.ets
View file @
c6dcd7f
...
...
@@ -367,12 +367,10 @@ struct OtherNormalUserHomePage {
.lineHeight('38lpx')
if(this.currentIndex === index){
Divider()
.width('31lpx')
.height('4lpx')
.color('#ED2800')
.strokeWidth('4lpx')
.margin({top:'50lpx'})
Image($r('app.media.icon_channel_active'))//.colorFilter(ColorUtils.getDrawingColorFilter(this.getBothColor("")))
.width(16)
.height(2)
.margin({top: 30})
.id("divTag")
}
}.onClick(()=>{
...
...
Please
register
or
login
to post a comment