Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -156,7 +156,7 @@ export struct ZhSingleColumn09 { | @@ -156,7 +156,7 @@ export struct ZhSingleColumn09 { | ||
| 156 | .width('100%') | 156 | .width('100%') |
| 157 | .height('100%') | 157 | .height('100%') |
| 158 | .backgroundColor('rgba(0, 0, 0, 1)') | 158 | .backgroundColor('rgba(0, 0, 0, 1)') |
| 159 | - .opacity(0.4) | 159 | + .opacity(this.activeIndexs.includes(index) ? 0.8 : 0.4) |
| 160 | .borderRadius(3) | 160 | .borderRadius(3) |
| 161 | 161 | ||
| 162 | Text(item.newsTitle) | 162 | Text(item.newsTitle) |
-
Please register or login to post a comment