Showing
2 changed files
with
4 additions
and
4 deletions
| @@ -36,8 +36,8 @@ export struct CompNormalTitle { | @@ -36,8 +36,8 @@ export struct CompNormalTitle { | ||
| 36 | .padding({ | 36 | .padding({ |
| 37 | left: 10, | 37 | left: 10, |
| 38 | right: 10, | 38 | right: 10, |
| 39 | - top: $r('app.float.card_comp_pagePadding_tb'), | ||
| 40 | - bottom: $r('app.float.card_comp_pagePadding_tb') | 39 | + // top: $r('app.float.card_comp_pagePadding_tb'), |
| 40 | + // bottom: $r('app.float.card_comp_pagePadding_tb') | ||
| 41 | }) | 41 | }) |
| 42 | .backgroundColor(0xffffff) | 42 | .backgroundColor(0xffffff) |
| 43 | .width(CommonConstants.FULL_WIDTH) | 43 | .width(CommonConstants.FULL_WIDTH) |
| @@ -41,8 +41,8 @@ export struct ZhGridLayout02NewsContent { | @@ -41,8 +41,8 @@ export struct ZhGridLayout02NewsContent { | ||
| 41 | .padding({ | 41 | .padding({ |
| 42 | left: 10, | 42 | left: 10, |
| 43 | right: 10, | 43 | right: 10, |
| 44 | - top: $r('app.float.card_comp_pagePadding_tb'), | ||
| 45 | - bottom: $r('app.float.card_comp_pagePadding_tb') | 44 | + // top: $r('app.float.card_comp_pagePadding_tb'), |
| 45 | + // bottom: $r('app.float.card_comp_pagePadding_tb') | ||
| 46 | }) | 46 | }) |
| 47 | .backgroundColor(0xffffff) | 47 | .backgroundColor(0xffffff) |
| 48 | .width(CommonConstants.FULL_WIDTH) | 48 | .width(CommonConstants.FULL_WIDTH) |
-
Please register or login to post a comment