Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool
Showing
3 changed files
with
8 additions
and
9 deletions
| @@ -89,15 +89,14 @@ export struct Card14Component { | @@ -89,15 +89,14 @@ export struct Card14Component { | ||
| 89 | 89 | ||
| 90 | } | 90 | } |
| 91 | .width(CommonConstants.FULL_WIDTH) | 91 | .width(CommonConstants.FULL_WIDTH) |
| 92 | - .margin({ bottom: 8 }) | ||
| 93 | .height(75) | 92 | .height(75) |
| 94 | CarderInteraction({contentDTO: this.contentDTO}) | 93 | CarderInteraction({contentDTO: this.contentDTO}) |
| 95 | 94 | ||
| 96 | //TODO 底部的:分享、评论、点赞 功能;需要引用一个公共组件 | 95 | //TODO 底部的:分享、评论、点赞 功能;需要引用一个公共组件 |
| 97 | } | 96 | } |
| 98 | .padding({ | 97 | .padding({ |
| 99 | - left: 10, | ||
| 100 | - right: 10, | 98 | + left: 16, |
| 99 | + right: 16, | ||
| 101 | top: $r('app.float.card_comp_pagePadding_tb'), | 100 | top: $r('app.float.card_comp_pagePadding_tb'), |
| 102 | bottom: $r('app.float.card_comp_pagePadding_tb') | 101 | bottom: $r('app.float.card_comp_pagePadding_tb') |
| 103 | }) | 102 | }) |
| @@ -128,9 +128,9 @@ export struct Card16Component { | @@ -128,9 +128,9 @@ export struct Card16Component { | ||
| 128 | //TODO 底部的:分享、评论、点赞 功能;需要引用一个公共组件 | 128 | //TODO 底部的:分享、评论、点赞 功能;需要引用一个公共组件 |
| 129 | } | 129 | } |
| 130 | .padding({ | 130 | .padding({ |
| 131 | - left: 10, | ||
| 132 | - right: 10, | ||
| 133 | - top: $r('app.float.card_comp_pagePadding_tb'), | 131 | + left: 16, |
| 132 | + right: 16, | ||
| 133 | + top: 8, | ||
| 134 | bottom: $r('app.float.card_comp_pagePadding_tb') | 134 | bottom: $r('app.float.card_comp_pagePadding_tb') |
| 135 | }) | 135 | }) |
| 136 | .backgroundColor(0xffffff) | 136 | .backgroundColor(0xffffff) |
| @@ -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