Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -121,7 +121,7 @@ export struct ZhSingleRow06 { | @@ -121,7 +121,7 @@ export struct ZhSingleRow06 { | ||
| 121 | .borderColor(0xf4f4f4) | 121 | .borderColor(0xf4f4f4) |
| 122 | .visibility(this.compDTO.operDataList[0]?.commentInfo?.commentPics ? Visibility.Visible : Visibility.None) | 122 | .visibility(this.compDTO.operDataList[0]?.commentInfo?.commentPics ? Visibility.Visible : Visibility.None) |
| 123 | 123 | ||
| 124 | - Row() { | 124 | + Flex({justifyContent: FlexAlign.Start}) { |
| 125 | Image($r('app.media.icon_clip')) | 125 | Image($r('app.media.icon_clip')) |
| 126 | .width(16) | 126 | .width(16) |
| 127 | .height(16) | 127 | .height(16) |
| @@ -132,7 +132,6 @@ export struct ZhSingleRow06 { | @@ -132,7 +132,6 @@ export struct ZhSingleRow06 { | ||
| 132 | .fontSize(14) | 132 | .fontSize(14) |
| 133 | .fontColor(0x666666) | 133 | .fontColor(0x666666) |
| 134 | } | 134 | } |
| 135 | - .justifyContent(FlexAlign.Start) | ||
| 136 | .width('100%') | 135 | .width('100%') |
| 137 | } | 136 | } |
| 138 | .width("100%") | 137 | .width("100%") |
-
Please register or login to post a comment