王士厅

fix: 鸿蒙走查 轮播卡标题行高修改为25

@@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
54 }, 54 },
55 { 55 {
56 "name": "font_size_18", 56 "name": "font_size_18",
57 - "value": "18fp" 57 + "value": "18vp"
58 }, 58 },
59 { 59 {
60 "name": "font_size_24", 60 "name": "font_size_24",
@@ -232,6 +232,7 @@ struct CarouselLayout01CardView { @@ -232,6 +232,7 @@ struct CarouselLayout01CardView {
232 .width(CommonConstants.FULL_PARENT) 232 .width(CommonConstants.FULL_PARENT)
233 .fontColor(Color.White) 233 .fontColor(Color.White)
234 .fontSize($r('app.float.font_size_18')) 234 .fontSize($r('app.float.font_size_18'))
  235 + .lineHeight(25)
235 .fontWeight(FontWeight.Medium) 236 .fontWeight(FontWeight.Medium)
236 .textAlign(TextAlign.Start) 237 .textAlign(TextAlign.Start)
237 .align(Alignment.Bottom) 238 .align(Alignment.Bottom)