陈剑华

fix: 19525 【UI走查-卡片】折叠屏展开-单图卡

@@ -115,7 +115,7 @@ export struct Card6Component { @@ -115,7 +115,7 @@ export struct Card6Component {
115 .height(this.contentDTO.appStyle === CompStyle.Card_13 ? '' : 156) 115 .height(this.contentDTO.appStyle === CompStyle.Card_13 ? '' : 156)
116 .constraintSize({minHeight: 78}) 116 .constraintSize({minHeight: 78})
117 .justifyContent(FlexAlign.SpaceBetween) 117 .justifyContent(FlexAlign.SpaceBetween)
118 - .width('64%') 118 + .width('calc(100% - 117vp - 12vp)')
119 119
120 120
121 Stack({alignContent: Alignment.BottomEnd}) { 121 Stack({alignContent: Alignment.BottomEnd}) {