Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -121,6 +121,7 @@ export struct Card6Component { | @@ -121,6 +121,7 @@ export struct Card6Component { | ||
| 121 | .borderRadius(5) | 121 | .borderRadius(5) |
| 122 | .aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4) | 122 | .aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4) |
| 123 | .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156) | 123 | .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156) |
| 124 | + .border({width: 1, color: 0xf5f5f5}) | ||
| 124 | CardMediaInfo({ contentDTO: this.contentDTO }) | 125 | CardMediaInfo({ contentDTO: this.contentDTO }) |
| 125 | } | 126 | } |
| 126 | 127 |
-
Please register or login to post a comment