Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -196,7 +196,7 @@ export struct RmhTitle { | @@ -196,7 +196,7 @@ export struct RmhTitle { | ||
| 196 | .textAlign(TextAlign.Start) | 196 | .textAlign(TextAlign.Start) |
| 197 | .height(14) | 197 | .height(14) |
| 198 | .lineHeight(14) | 198 | .lineHeight(14) |
| 199 | - .width('calc(100% - 54vp)') | 199 | + .width('calc(100% - 65vp)') |
| 200 | // .constraintSize({maxWidth:(DisplayUtils.getDeviceWidth() - 32 - 36 - 18 - this.getTextWidth(DateTimeUtils.getCommentTime(Number.parseFloat(this.publishTime))))}) | 200 | // .constraintSize({maxWidth:(DisplayUtils.getDeviceWidth() - 32 - 36 - 18 - this.getTextWidth(DateTimeUtils.getCommentTime(Number.parseFloat(this.publishTime))))}) |
| 201 | } | 201 | } |
| 202 | 202 |
-
Please register or login to post a comment