王士厅

fix: fix: 小视频卡修改部分

... ... @@ -54,7 +54,7 @@
},
{
"name": "font_size_18",
"value": "18vp"
"value": "18fp"
},
{
"name": "font_size_24",
... ... @@ -298,7 +298,7 @@
},
{
"name": "card_comp_pagePadding_tb",
"value": "14vp"
"value": "14fp"
},
{
"name": "margin_116",
... ...
... ... @@ -203,7 +203,7 @@ export struct ZhSingleRow02 {
})
}
.justifyContent(FlexAlign.SpaceBetween)
.margin({ top: 8, bottom: 8 })
.margin({ bottom: 10 })
.width('100%')
}
}
... ... @@ -248,7 +248,7 @@ struct CreatorItem {
.borderRadius(5)
Text(this.item.newsTitle)
.fontColor(0xffffff)
.fontSize(14)
.fontSize(15)
.maxLines(2)
.textOverflow({overflow: TextOverflow.Ellipsis})
.width(140)
... ... @@ -260,7 +260,7 @@ struct CreatorItem {
.width(156)
.height(208)
.borderColor($r('app.color.color_EDEDED'))
.borderRadius($r('app.float.image_border_radius'))
.borderRadius(4)
}
.onClick((event: ClickEvent) => {
InfomationCardClick.track(this.compDTO, this.item, this.pageId, this.pageName)
... ...