Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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}) { |
-
Please register or login to post a comment