Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -166,8 +166,8 @@ export struct Card10Component { | @@ -166,8 +166,8 @@ export struct Card10Component { | ||
| 166 | } | 166 | } |
| 167 | .width(CommonConstants.FULL_WIDTH) | 167 | .width(CommonConstants.FULL_WIDTH) |
| 168 | .padding({ | 168 | .padding({ |
| 169 | - left: $r('app.float.card_comp_pagePadding_lf'), | ||
| 170 | - right: $r('app.float.card_comp_pagePadding_lf'), | 169 | + left: 10, |
| 170 | + right: 10, | ||
| 171 | top: $r('app.float.card_comp_pagePadding_tb'), | 171 | top: $r('app.float.card_comp_pagePadding_tb'), |
| 172 | bottom: $r('app.float.card_comp_pagePadding_tb') | 172 | bottom: $r('app.float.card_comp_pagePadding_tb') |
| 173 | }) | 173 | }) |
-
Please register or login to post a comment