chenjun

人民号-单图卡

1、2、左右间距偏小
3、间距偏大改为 10
https://docs.qq.com/doc/DUWtGWFF4SWFhQnRU
@@ -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 })