Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -153,8 +153,8 @@ export struct ZhSingleRow02 { | @@ -153,8 +153,8 @@ export struct ZhSingleRow02 { | ||
| 153 | .padding({ | 153 | .padding({ |
| 154 | left: $r('app.float.card_comp_pagePadding_lf'), | 154 | left: $r('app.float.card_comp_pagePadding_lf'), |
| 155 | // right: $r('app.float.card_comp_pagePadding_lf'), | 155 | // right: $r('app.float.card_comp_pagePadding_lf'), |
| 156 | - top: $r('app.float.card_comp_pagePadding_tb'), | ||
| 157 | - bottom: $r('app.float.card_comp_pagePadding_tb') | 156 | + top: 8, |
| 157 | + bottom: 8 | ||
| 158 | }) | 158 | }) |
| 159 | .backgroundColor($r('app.color.white')) | 159 | .backgroundColor($r('app.color.white')) |
| 160 | .margin({ bottom: 8 }) | 160 | .margin({ bottom: 8 }) |
-
Please register or login to post a comment