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-10 17:17:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c584f18a6569308f4558cb43547cf07f0da3955a
c584f18a
1 parent
67f8aaa6
feat:修改消息,我的设置分割线展示
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/mine/message/MessageListItemUI.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/message/MessageListUI.ets
sight_harmony/features/wdComponent/src/main/ets/components/setting/MineSettingComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/mine/message/MessageListItemUI.ets
View file @
c584f18
...
...
@@ -82,7 +82,7 @@ export struct MessageListItemUI {
Text().backgroundColor($r('app.color.color_EDEDED'))
.width('100%')
.height(1)
.visibility(this.index != 3 ?Visibility.Visible:Visibility.None)
//
.visibility(this.index != 3 ?Visibility.Visible:Visibility.None)
}
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/mine/message/MessageListUI.ets
View file @
c584f18
...
...
@@ -202,7 +202,7 @@ export struct MessageListUI {
break;
}
})
.height(8
0
)
.height(8
1
)
.width("100%")
})
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/setting/MineSettingComponent.ets
View file @
c584f18
...
...
@@ -122,7 +122,7 @@ export struct MineSettingComponent {
Divider()
.color('#f0f0f0')
.strokeWidth(5)
} else
if(index !== this.listData.length - 1)
{
} else {
Divider()
.color('#f0f0f0')
.strokeWidth(1)
...
...
Please
register
or
login
to post a comment