chenjun

人民号-小视频卡

1、2、左右边距偏小
3、标题行高偏大
4、标签右侧边距偏小,改为 5
https://docs.qq.com/doc/DUWtGWFF4SWFhQnRU
... ... @@ -74,7 +74,7 @@ export struct Card21Component {
.maxLines(4)
.textOverflow({ overflow: TextOverflow.Ellipsis })
.padding({ right: 12 })
.lineHeight(26)
.lineHeight(22)
}
GridItem() {
... ... @@ -102,8 +102,8 @@ export struct Card21Component {
ProcessUtils.processPage(this.contentDTO)
})
.padding({
left: 10,
right: 10,
left: 16,
right: 16,
top: $r('app.float.card_comp_pagePadding_tb'),
bottom: $r('app.float.card_comp_pagePadding_tb')
})
... ...