Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -490,10 +490,10 @@ export struct SearchResultContentComponent { | @@ -490,10 +490,10 @@ export struct SearchResultContentComponent { | ||
| 490 | itemEnd() { | 490 | itemEnd() { |
| 491 | Row() { | 491 | Row() { |
| 492 | Ellipse() | 492 | Ellipse() |
| 493 | - .width(2 * this.ellipseW) | 493 | + .width(1.2*this.ellipseW) |
| 494 | .height('100%') | 494 | .height('100%') |
| 495 | .fill('rgb(240,235,238)') | 495 | .fill('rgb(240,235,238)') |
| 496 | - .position({ left: -this.ellipseW, top: 0 }) | 496 | + .position({ left: -this.ellipseW * 0.6, top: 0 }) |
| 497 | 497 | ||
| 498 | Column() { | 498 | Column() { |
| 499 | Text(this.ellipseW === 0 ? '' : this.ellipseW < 20 ? '查看更多' : '松手查看') | 499 | Text(this.ellipseW === 0 ? '' : this.ellipseW < 20 ? '查看更多' : '松手查看') |
-
Please register or login to post a comment