王士厅

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

... ... @@ -54,7 +54,7 @@
},
{
"name": "font_size_18",
"value": "18fp"
"value": "18vp"
},
{
"name": "font_size_24",
... ...
... ... @@ -232,6 +232,7 @@ struct CarouselLayout01CardView {
.width(CommonConstants.FULL_PARENT)
.fontColor(Color.White)
.fontSize($r('app.float.font_size_18'))
.lineHeight(25)
.fontWeight(FontWeight.Medium)
.textAlign(TextAlign.Start)
.align(Alignment.Bottom)
... ...