陈剑华

fix: 18723 必修-单图卡-单行标题评论位置对齐方式与安卓不一致

@@ -109,9 +109,7 @@ export struct Card6Component { @@ -109,9 +109,7 @@ export struct Card6Component {
109 } 109 }
110 110
111 .alignItems(HorizontalAlign.Start) 111 .alignItems(HorizontalAlign.Start)
112 - .height(this.contentDTO.appStyle === CompStyle.Card_13 ? '' : 156)  
113 -  
114 - 112 + .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156)
115 .justifyContent(FlexAlign.SpaceBetween) 113 .justifyContent(FlexAlign.SpaceBetween)
116 .width('64%') 114 .width('64%')
117 115