Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -1216,7 +1216,7 @@ struct createImg { | @@ -1216,7 +1216,7 @@ struct createImg { | ||
| 1216 | // .aspectRatio(this.onePicW > this.onePicH ? 343 / 198 : 228 / 305) | 1216 | // .aspectRatio(this.onePicW > this.onePicH ? 343 / 198 : 228 / 305) |
| 1217 | .width('100%') | 1217 | .width('100%') |
| 1218 | .constraintSize({ | 1218 | .constraintSize({ |
| 1219 | - maxHeight: this.onePicW > this.onePicH ? 198 : 305 | 1219 | + maxHeight: this.onePicW > this.onePicH ? 228 : 305 |
| 1220 | }) | 1220 | }) |
| 1221 | .autoResize(true) | 1221 | .autoResize(true) |
| 1222 | .borderRadius(this.caclImageRadius(index)) | 1222 | .borderRadius(this.caclImageRadius(index)) |
| @@ -327,7 +327,7 @@ struct createImg { | @@ -327,7 +327,7 @@ struct createImg { | ||
| 327 | // .aspectRatio(this.onePicW > this.onePicH ? 343 / 198 : 228 / 305) | 327 | // .aspectRatio(this.onePicW > this.onePicH ? 343 / 198 : 228 / 305) |
| 328 | .width('100%') | 328 | .width('100%') |
| 329 | .constraintSize({ | 329 | .constraintSize({ |
| 330 | - maxHeight: this.onePicW > this.onePicH ? 198 : 305 | 330 | + maxHeight: this.onePicW > this.onePicH ? 228 : 305 |
| 331 | }) | 331 | }) |
| 332 | .autoResize(true) | 332 | .autoResize(true) |
| 333 | .borderRadius(this.caclImageRadius(index)) | 333 | .borderRadius(this.caclImageRadius(index)) |
-
Please register or login to post a comment