Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -138,8 +138,8 @@ export struct ZhSingleColumn09 { | @@ -138,8 +138,8 @@ export struct ZhSingleColumn09 { | ||
| 138 | .textAlign(TextAlign.Center) | 138 | .textAlign(TextAlign.Center) |
| 139 | .fontColor(0xffffff) | 139 | .fontColor(0xffffff) |
| 140 | Image($r('app.media.icon_selected')) | 140 | Image($r('app.media.icon_selected')) |
| 141 | - .width(19) | ||
| 142 | - .height(19) | 141 | + .width(14) |
| 142 | + .height(14) | ||
| 143 | .opacity(this.activeIndexs.includes(index) ? 1 : 0) | 143 | .opacity(this.activeIndexs.includes(index) ? 1 : 0) |
| 144 | .objectFit(ImageFit.Contain) | 144 | .objectFit(ImageFit.Contain) |
| 145 | } | 145 | } |
-
Please register or login to post a comment