陈剑华

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

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