Showing
1 changed file
with
3 additions
and
1 deletions
| @@ -394,6 +394,7 @@ export struct MultiPictureDetailPageComponent { | @@ -394,6 +394,7 @@ export struct MultiPictureDetailPageComponent { | ||
| 394 | bottom: 4, | 394 | bottom: 4, |
| 395 | right: 18 | 395 | right: 18 |
| 396 | }) | 396 | }) |
| 397 | + .width('92%') | ||
| 397 | } | 398 | } |
| 398 | if (this.contentDetailData.photoList?.[this.swiperIndex].picDesc) { | 399 | if (this.contentDetailData.photoList?.[this.swiperIndex].picDesc) { |
| 399 | Text(`${this.contentDetailData.photoList?.[this.swiperIndex].picDesc}`) | 400 | Text(`${this.contentDetailData.photoList?.[this.swiperIndex].picDesc}`) |
| @@ -405,11 +406,12 @@ export struct MultiPictureDetailPageComponent { | @@ -405,11 +406,12 @@ export struct MultiPictureDetailPageComponent { | ||
| 405 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 406 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 406 | .margin({ | 407 | .margin({ |
| 407 | top: 4, | 408 | top: 4, |
| 408 | - left: 0, | 409 | + left: 18, |
| 409 | bottom: 4, | 410 | bottom: 4, |
| 410 | right: 18 | 411 | right: 18 |
| 411 | }) | 412 | }) |
| 412 | .maxLines(32) | 413 | .maxLines(32) |
| 414 | + .width('92%') | ||
| 413 | } | 415 | } |
| 414 | } | 416 | } |
| 415 | } | 417 | } |
-
Please register or login to post a comment