Showing
2 changed files
with
4 additions
and
3 deletions
| @@ -156,7 +156,7 @@ export struct RmhTitle { | @@ -156,7 +156,7 @@ export struct RmhTitle { | ||
| 156 | .lineHeight(21) | 156 | .lineHeight(21) |
| 157 | .margin({bottom: 1}) | 157 | .margin({bottom: 1}) |
| 158 | 158 | ||
| 159 | - Flex({alignContent: FlexAlign.Start, wrap: FlexWrap.NoWrap}) { | 159 | + // Flex({alignContent: FlexAlign.Start, wrap: FlexWrap.NoWrap}) { |
| 160 | Row() { | 160 | Row() { |
| 161 | if (!(this.hideTime && this.getDaysBetweenDates(Number(this.publishTime)) > 2)) { | 161 | if (!(this.hideTime && this.getDaysBetweenDates(Number(this.publishTime)) > 2)) { |
| 162 | if (this.publishTime) { | 162 | if (this.publishTime) { |
| @@ -187,8 +187,9 @@ export struct RmhTitle { | @@ -187,8 +187,9 @@ export struct RmhTitle { | ||
| 187 | 187 | ||
| 188 | } | 188 | } |
| 189 | .height(14) | 189 | .height(14) |
| 190 | - } | ||
| 191 | - .width('calc(100% - 36vp - 8vp)') | 190 | + .align(Alignment.Start) |
| 191 | + // } | ||
| 192 | + // .width('calc(100% - 36vp - 8vp)') | ||
| 192 | } | 193 | } |
| 193 | .justifyContent(FlexAlign.SpaceBetween) | 194 | .justifyContent(FlexAlign.SpaceBetween) |
| 194 | 195 |
-
Please register or login to post a comment