Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -229,7 +229,7 @@ export struct CardMediaInfo { | @@ -229,7 +229,7 @@ export struct CardMediaInfo { | ||
| 229 | @Extend(Text) | 229 | @Extend(Text) |
| 230 | function mediaText() { | 230 | function mediaText() { |
| 231 | .fontColor($r('app.color.color_fff')) | 231 | .fontColor($r('app.color.color_fff')) |
| 232 | - .fontSize($r('app.float.font_size_14')) | 232 | + .fontSize($r('app.float.font_size_13')) |
| 233 | .lineHeight(18) | 233 | .lineHeight(18) |
| 234 | .textShadow({ | 234 | .textShadow({ |
| 235 | radius: 2, | 235 | radius: 2, |
-
Please register or login to post a comment