Showing
1 changed file
with
2 additions
and
4 deletions
| @@ -304,9 +304,8 @@ export struct MultiPictureDetailPageComponent { | @@ -304,9 +304,8 @@ export struct MultiPictureDetailPageComponent { | ||
| 304 | .linearGradient({ | 304 | .linearGradient({ |
| 305 | direction: GradientDirection.Top, // 渐变方向 | 305 | direction: GradientDirection.Top, // 渐变方向 |
| 306 | colors: [['rgba(18, 18, 18, 0)', 0], | 306 | colors: [['rgba(18, 18, 18, 0)', 0], |
| 307 | - ['rgba(18, 18, 18, 1)', 1.0]] // 数组末尾元素占比小于1时满足重复着色效果 | 307 | + ['rgba(18, 18, 18, 0.8)', 1.0]] // 数组末尾元素占比小于1时满足重复着色效果 |
| 308 | }) | 308 | }) |
| 309 | - .opacity(0.5) | ||
| 310 | } | 309 | } |
| 311 | } | 310 | } |
| 312 | 311 | ||
| @@ -451,9 +450,8 @@ export struct MultiPictureDetailPageComponent { | @@ -451,9 +450,8 @@ export struct MultiPictureDetailPageComponent { | ||
| 451 | .linearGradient({ | 450 | .linearGradient({ |
| 452 | direction: GradientDirection.Bottom, // 渐变方向 | 451 | direction: GradientDirection.Bottom, // 渐变方向 |
| 453 | colors: [['rgba(18, 18, 18, 0)', 0], | 452 | colors: [['rgba(18, 18, 18, 0)', 0], |
| 454 | - ['rgba(18, 18, 18, 1)', 1.0]] // 数组末尾元素占比小于1时满足重复着色效果 | 453 | + ['rgba(18, 18, 18, 0.8)', 1.0]] // 数组末尾元素占比小于1时满足重复着色效果 |
| 455 | }) | 454 | }) |
| 456 | - .opacity(0.5) | ||
| 457 | 455 | ||
| 458 | OperRowListView({ | 456 | OperRowListView({ |
| 459 | contentDetailData: this.contentDetailData, | 457 | contentDetailData: this.contentDetailData, |
-
Please register or login to post a comment