Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -47,7 +47,7 @@ export struct ZhSingleColumn04 { | @@ -47,7 +47,7 @@ export struct ZhSingleColumn04 { | ||
| 47 | .padding({ | 47 | .padding({ |
| 48 | left: 10, | 48 | left: 10, |
| 49 | right: 10, | 49 | right: 10, |
| 50 | - top: $r('app.float.card_comp_pagePadding_tb'), | 50 | + top: 14, |
| 51 | bottom: $r('app.float.card_comp_pagePadding_tb') | 51 | bottom: $r('app.float.card_comp_pagePadding_tb') |
| 52 | }) | 52 | }) |
| 53 | .backgroundColor(0xffffff) | 53 | .backgroundColor(0xffffff) |
| @@ -82,7 +82,7 @@ export struct ZhSingleColumn04 { | @@ -82,7 +82,7 @@ export struct ZhSingleColumn04 { | ||
| 82 | } | 82 | } |
| 83 | } | 83 | } |
| 84 | .width(CommonConstants.FULL_WIDTH) | 84 | .width(CommonConstants.FULL_WIDTH) |
| 85 | - .height(32) | 85 | + .height(40) |
| 86 | .margin({ bottom: 8 }) | 86 | .margin({ bottom: 8 }) |
| 87 | .backgroundImage($r('app.media.rmh_theme_bg')) | 87 | .backgroundImage($r('app.media.rmh_theme_bg')) |
| 88 | .backgroundImageSize({ width: CommonConstants.FULL_WIDTH, height: CommonConstants.FULL_WIDTH }) | 88 | .backgroundImageSize({ width: CommonConstants.FULL_WIDTH, height: CommonConstants.FULL_WIDTH }) |
-
Please register or login to post a comment