Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -273,14 +273,14 @@ struct indicatorAnimations { | @@ -273,14 +273,14 @@ struct indicatorAnimations { | ||
| 273 | if (this.isAutoPlay) { | 273 | if (this.isAutoPlay) { |
| 274 | setTimeout(() => { | 274 | setTimeout(() => { |
| 275 | this.leftW = '100%' | 275 | this.leftW = '100%' |
| 276 | - this.centerFontSize = 11 | 276 | + this.centerFontSize = 10 |
| 277 | }, 0) | 277 | }, 0) |
| 278 | setTimeout(() => { | 278 | setTimeout(() => { |
| 279 | this.rightW = '100%' | 279 | this.rightW = '100%' |
| 280 | }, 1500) | 280 | }, 1500) |
| 281 | } else { | 281 | } else { |
| 282 | this.leftW = '100%' | 282 | this.leftW = '100%' |
| 283 | - this.centerFontSize = 11 | 283 | + this.centerFontSize = 10 |
| 284 | this.rightW = '100%' | 284 | this.rightW = '100%' |
| 285 | } | 285 | } |
| 286 | 286 | ||
| @@ -307,7 +307,7 @@ struct indicatorAnimations { | @@ -307,7 +307,7 @@ struct indicatorAnimations { | ||
| 307 | Text(this.index + 1 < 10 ? `0${this.index + 1}` : `${this.index + 1}`) | 307 | Text(this.index + 1 < 10 ? `0${this.index + 1}` : `${this.index + 1}`) |
| 308 | .fontSize(this.centerFontSize) | 308 | .fontSize(this.centerFontSize) |
| 309 | .fontColor($r('app.color.white')) | 309 | .fontColor($r('app.color.white')) |
| 310 | - .width(16) | 310 | + .width(11) |
| 311 | .textAlign(TextAlign.Center) | 311 | .textAlign(TextAlign.Center) |
| 312 | .margin({ | 312 | .margin({ |
| 313 | bottom: -2 | 313 | bottom: -2 |
-
Please register or login to post a comment