chenjun

人民号-无图卡

1、2、左右边距偏小,改为 16
3、4、上下间距偏大改为10
https://docs.qq.com/doc/DUWtGWFF4SWFhQnRU
... ... @@ -79,7 +79,7 @@ export struct CarderInteraction {
}
}
.width('100%')
.margin({ top: 11 })
.margin({ top: 10 })
// .padding({
// left: 21,
// right: 21
... ...
... ... @@ -120,6 +120,11 @@ export struct RmhTitle {
.width(36)
.height(36)
.borderRadius(50)
.border({
width: 0.5,
color: '#0D000000', // 5% 透明度的黑色
style: BorderStyle.Solid
})
Image(this.rmhInfo?.authIcon)
.width(14)
.height(14)
... ...
... ... @@ -72,16 +72,14 @@ export struct Card12Component {
.fontColor(this.clicked ? 0x848484 : $r('app.color.color_222222'))
.width(CommonConstants.FULL_WIDTH)
.textOverflowStyle(3)
.margin({ bottom: 8 })
.height(75)
.lineHeight(25)
.fontFamily('PingFang SC-Regular')
}
CarderInteraction({contentDTO: 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')
})
... ...