Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -146,7 +146,7 @@ export struct RmhTitle { | @@ -146,7 +146,7 @@ export struct RmhTitle { | ||
| 146 | .height(16) | 146 | .height(16) |
| 147 | } | 147 | } |
| 148 | } | 148 | } |
| 149 | - Text(this.rmhInfo?.rmhDesc) | 149 | + Text(this.rmhInfo?.rmhDesc.replaceAll('\n', '')) |
| 150 | .fontSize($r("app.float.font_size_12")) | 150 | .fontSize($r("app.float.font_size_12")) |
| 151 | .fontColor($r("app.color.color_B0B0B0")) | 151 | .fontColor($r("app.color.color_B0B0B0")) |
| 152 | .maxLines(1) | 152 | .maxLines(1) |
-
Please register or login to post a comment