wangliang_wd

feat:优化搜索界面,推荐下的查看更多按钮形状

@@ -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 ? '查看更多' : '松手查看')