王士厅

fix: 直播 正在直播多条数据横划卡ui修改

... ... @@ -298,7 +298,7 @@
},
{
"name": "card_comp_pagePadding_tb",
"value": "14fp"
"value": "14vp"
},
{
"name": "margin_116",
... ...
... ... @@ -148,7 +148,7 @@ export struct LiveHorizontalCardComponent {
}
}.justifyContent(FlexAlign.SpaceBetween)
// .padding({ left: 16, right: 16 })
.margin({ top: 8, bottom: 10 })
.margin({ bottom: 10 })
.width(CommonConstants.FULL_WIDTH)
// 多个
... ... @@ -174,7 +174,7 @@ export struct LiveHorizontalCardComponent {
.border({width: 1, color: 0xf5f5f5})
Text(item.newsTitle)
.fontSize($r("app.float.font_size_14"))
.fontSize(15)
.fontColor($r("app.color.color_212228"))
.fontWeight(400)
.maxLines(2)
... ... @@ -185,7 +185,7 @@ export struct LiveHorizontalCardComponent {
.lineHeight(21)
}
.height(this.compDTO.operDataList.length == 2 ? 180 : 148)
.padding({ right: 16 })
.padding({ right: 8 })
.onClick(() => {
InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName)
if (item.objectType != '0') {
... ...