Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangliang_wd
2024-11-04 10:09:04 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
091723812664f66ba3a3a2e969215c4f70c8e974
09172381
1 parent
cef6136b
feat:优化搜索界面,推荐下的查看更多按钮形状
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
View file @
0917238
...
...
@@ -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 ? '查看更多' : '松手查看')
...
...
Please
register
or
login
to post a comment