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
chenqs
2024-08-02 14:11:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2c27e034d8fd8a248c7697506e5bd20193dbdf27
2c27e034
1 parent
9093d2a2
fix |> 修复精选评论页第一条评论用户头像展示不全的问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
View file @
2c27e03
...
...
@@ -247,7 +247,7 @@ export struct QualityCommentsComponent {
@Builder
listLayout() {
List({ space:
12
, scroller: this.scroller }) {
List({ space:
0
, scroller: this.scroller }) {
// ListItemGroup({ header: this.titleHeader() })
LazyForEach(this.allDatas, (item: commentItemModel, index: number) => {
ListItem() {
...
...
@@ -296,7 +296,7 @@ struct QualityCommentItem {
build() {
Column() {
Column().height(
16
).width('100%').opacity(0)
Column().height(
28
).width('100%').opacity(0)
Column() {
/*头像以及昵称*/
RelativeContainer() {
...
...
Please
register
or
login
to post a comment