Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
| @@ -247,7 +247,7 @@ export struct QualityCommentsComponent { | @@ -247,7 +247,7 @@ export struct QualityCommentsComponent { | ||
| 247 | 247 | ||
| 248 | @Builder | 248 | @Builder |
| 249 | listLayout() { | 249 | listLayout() { |
| 250 | - List({ space: 12, scroller: this.scroller }) { | 250 | + List({ space: 0, scroller: this.scroller }) { |
| 251 | // ListItemGroup({ header: this.titleHeader() }) | 251 | // ListItemGroup({ header: this.titleHeader() }) |
| 252 | LazyForEach(this.allDatas, (item: commentItemModel, index: number) => { | 252 | LazyForEach(this.allDatas, (item: commentItemModel, index: number) => { |
| 253 | ListItem() { | 253 | ListItem() { |
| @@ -296,7 +296,7 @@ struct QualityCommentItem { | @@ -296,7 +296,7 @@ struct QualityCommentItem { | ||
| 296 | 296 | ||
| 297 | build() { | 297 | build() { |
| 298 | Column() { | 298 | Column() { |
| 299 | - Column().height(16).width('100%').opacity(0) | 299 | + Column().height(28).width('100%').opacity(0) |
| 300 | Column() { | 300 | Column() { |
| 301 | /*头像以及昵称*/ | 301 | /*头像以及昵称*/ |
| 302 | RelativeContainer() { | 302 | RelativeContainer() { |
-
Please register or login to post a comment