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
yumaochao
2024-05-30 17:24:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e0dd2ed52d40fc9292a0a1d8c47460e42f275337
e0dd2ed5
1 parent
4348b80f
fix:somebug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
e0dd2ed
...
...
@@ -185,8 +185,6 @@ export struct LiveHorizontalCardComponent {
.scrollable(this.compDTO.operDataList.length >= 2 ? ScrollDirection.Horizontal : ScrollDirection.None)
.scrollBar(BarState.Off)
.edgeEffect(EdgeEffect.None)
<<<<<<< HEAD
=======
.onReachEnd(() => {
this.edgeAnimation()
})
...
...
@@ -206,7 +204,6 @@ export struct LiveHorizontalCardComponent {
}
}
})
>>>>>>> 5b11f108e91a00822c1244a56ba2d9417a9385b7
.width(CommonConstants.FULL_WIDTH)
.height(this.compDTO.operDataList.length == 2 ? 180 : 136)
} else if (this.compDTO.operDataList.length) {
...
...
Please
register
or
login
to post a comment