陈剑华

fix: 17575 单图卡三行标题鸿蒙版显示内容不全,被遮挡

@@ -81,7 +81,7 @@ export struct Card6Component { @@ -81,7 +81,7 @@ export struct Card6Component {
81 this.contentDTO.objectType == '5' ? 30 : 0) 81 this.contentDTO.objectType == '5' ? 30 : 0)
82 }.alignContent(Alignment.TopStart) 82 }.alignContent(Alignment.TopStart)
83 83
84 - }.height("75%") 84 + }
85 .justifyContent(FlexAlign.Start) 85 .justifyContent(FlexAlign.Start)
86 86
87 87