Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -141,12 +141,12 @@ struct createImg { | @@ -141,12 +141,12 @@ struct createImg { | ||
| 141 | Image(this.loadImg ? item.fullUrl : '') | 141 | Image(this.loadImg ? item.fullUrl : '') |
| 142 | .backgroundColor(0xf5f5f5) | 142 | .backgroundColor(0xf5f5f5) |
| 143 | .width('100%') | 143 | .width('100%') |
| 144 | - // .height(172) | 144 | + .height(172) |
| 145 | .autoResize(true) | 145 | .autoResize(true) |
| 146 | .borderRadius(this.caclImageRadius(index)) | 146 | .borderRadius(this.caclImageRadius(index)) |
| 147 | } else if (this.getPicType() === 2) { | 147 | } else if (this.getPicType() === 2) { |
| 148 | Image(this.loadImg ? item.fullUrl : '') | 148 | Image(this.loadImg ? item.fullUrl : '') |
| 149 | - // .width('100%') | 149 | + .width('100%') |
| 150 | .height(305) | 150 | .height(305) |
| 151 | .autoResize(true) | 151 | .autoResize(true) |
| 152 | .borderRadius(this.caclImageRadius(index)) | 152 | .borderRadius(this.caclImageRadius(index)) |
-
Please register or login to post a comment