wangliang_wd

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

... ... @@ -490,10 +490,10 @@ export struct SearchResultContentComponent {
itemEnd() {
Row() {
Ellipse()
.width(2 * this.ellipseW)
.width(1.2*this.ellipseW)
.height('100%')
.fill('rgb(240,235,238)')
.position({ left: -this.ellipseW, top: 0 })
.position({ left: -this.ellipseW * 0.6, top: 0 })
Column() {
Text(this.ellipseW === 0 ? '' : this.ellipseW < 20 ? '查看更多' : '松手查看')
... ...