人民号-小视频卡
1、2、左右边距偏小 3、标题行高偏大 4、标签右侧边距偏小,改为 5 https://docs.qq.com/doc/DUWtGWFF4SWFhQnRU
Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -74,7 +74,7 @@ export struct Card21Component { | @@ -74,7 +74,7 @@ export struct Card21Component { | ||
| 74 | .maxLines(4) | 74 | .maxLines(4) |
| 75 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 75 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 76 | .padding({ right: 12 }) | 76 | .padding({ right: 12 }) |
| 77 | - .lineHeight(26) | 77 | + .lineHeight(22) |
| 78 | } | 78 | } |
| 79 | 79 | ||
| 80 | GridItem() { | 80 | GridItem() { |
| @@ -102,8 +102,8 @@ export struct Card21Component { | @@ -102,8 +102,8 @@ export struct Card21Component { | ||
| 102 | ProcessUtils.processPage(this.contentDTO) | 102 | ProcessUtils.processPage(this.contentDTO) |
| 103 | }) | 103 | }) |
| 104 | .padding({ | 104 | .padding({ |
| 105 | - left: 10, | ||
| 106 | - right: 10, | 105 | + left: 16, |
| 106 | + right: 16, | ||
| 107 | top: $r('app.float.card_comp_pagePadding_tb'), | 107 | top: $r('app.float.card_comp_pagePadding_tb'), |
| 108 | bottom: $r('app.float.card_comp_pagePadding_tb') | 108 | bottom: $r('app.float.card_comp_pagePadding_tb') |
| 109 | }) | 109 | }) |
-
Please register or login to post a comment