王士厅

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

@@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
54 }, 54 },
55 { 55 {
56 "name": "font_size_18", 56 "name": "font_size_18",
57 - "value": "18vp" 57 + "value": "18fp"
58 }, 58 },
59 { 59 {
60 "name": "font_size_24", 60 "name": "font_size_24",
@@ -298,7 +298,7 @@ @@ -298,7 +298,7 @@
298 }, 298 },
299 { 299 {
300 "name": "card_comp_pagePadding_tb", 300 "name": "card_comp_pagePadding_tb",
301 - "value": "14vp" 301 + "value": "14fp"
302 }, 302 },
303 { 303 {
304 "name": "margin_116", 304 "name": "margin_116",
@@ -203,7 +203,7 @@ export struct ZhSingleRow02 { @@ -203,7 +203,7 @@ export struct ZhSingleRow02 {
203 }) 203 })
204 } 204 }
205 .justifyContent(FlexAlign.SpaceBetween) 205 .justifyContent(FlexAlign.SpaceBetween)
206 - .margin({ top: 8, bottom: 8 }) 206 + .margin({ bottom: 10 })
207 .width('100%') 207 .width('100%')
208 } 208 }
209 } 209 }
@@ -248,7 +248,7 @@ struct CreatorItem { @@ -248,7 +248,7 @@ struct CreatorItem {
248 .borderRadius(5) 248 .borderRadius(5)
249 Text(this.item.newsTitle) 249 Text(this.item.newsTitle)
250 .fontColor(0xffffff) 250 .fontColor(0xffffff)
251 - .fontSize(14) 251 + .fontSize(15)
252 .maxLines(2) 252 .maxLines(2)
253 .textOverflow({overflow: TextOverflow.Ellipsis}) 253 .textOverflow({overflow: TextOverflow.Ellipsis})
254 .width(140) 254 .width(140)
@@ -260,7 +260,7 @@ struct CreatorItem { @@ -260,7 +260,7 @@ struct CreatorItem {
260 .width(156) 260 .width(156)
261 .height(208) 261 .height(208)
262 .borderColor($r('app.color.color_EDEDED')) 262 .borderColor($r('app.color.color_EDEDED'))
263 - .borderRadius($r('app.float.image_border_radius')) 263 + .borderRadius(4)
264 } 264 }
265 .onClick((event: ClickEvent) => { 265 .onClick((event: ClickEvent) => {
266 InfomationCardClick.track(this.compDTO, this.item, this.pageId, this.pageName) 266 InfomationCardClick.track(this.compDTO, this.item, this.pageId, this.pageName)