Showing
2 changed files
with
7 additions
and
3 deletions
| @@ -36,12 +36,14 @@ export struct topicInfoView { | @@ -36,12 +36,14 @@ export struct topicInfoView { | ||
| 36 | .fontSize(16) | 36 | .fontSize(16) |
| 37 | .fontColor($r('app.color.white')) | 37 | .fontColor($r('app.color.white')) |
| 38 | .maxLines(1) | 38 | .maxLines(1) |
| 39 | + .backgroundColor($r('app.color.color_99636363')) | ||
| 40 | + .borderRadius(2) | ||
| 39 | 41 | ||
| 40 | Image($r('app.media.more')) | 42 | Image($r('app.media.more')) |
| 41 | .height($r('app.float.top_arrow_size')) | 43 | .height($r('app.float.top_arrow_size')) |
| 42 | .width(20) | 44 | .width(20) |
| 43 | } | 45 | } |
| 44 | - .margin({ top: 10 }) | 46 | + .margin({ top: 10, left: 16, right: 16 }) |
| 45 | // .backgroundColor(Color.Red) | 47 | // .backgroundColor(Color.Red) |
| 46 | .alignRules({ | 48 | .alignRules({ |
| 47 | left: { anchor: "__container__", align: HorizontalAlign.Start }, | 49 | left: { anchor: "__container__", align: HorizontalAlign.Start }, |
-
Please register or login to post a comment