Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -34,7 +34,7 @@ export struct ChildCommentComponent { | @@ -34,7 +34,7 @@ export struct ChildCommentComponent { | ||
| 34 | .borderRadius(50) | 34 | .borderRadius(50) |
| 35 | }.width('89lpx') | 35 | }.width('89lpx') |
| 36 | .height('89lpx') | 36 | .height('89lpx') |
| 37 | - .margin({ right: '15lpx' }) | 37 | + .margin({ right: '3lpx' }) |
| 38 | 38 | ||
| 39 | Column() { | 39 | Column() { |
| 40 | Text(this.data.fromUserName) | 40 | Text(this.data.fromUserName) |
-
Please register or login to post a comment