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
陈剑华
2024-06-27 10:38:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
232a59744d59e8947e0b1849ed07a593eba646e6
232a5974
1 parent
c8a055a8
fix: 17931 UI还原问题-【uat】地区精选卡,上下两条线比android细
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/CompParser.ets
sight_harmony/features/wdComponent/src/main/ets/components/lottie/LottieView.ets
sight_harmony/features/wdComponent/src/main/ets/components/CompParser.ets
View file @
232a597
...
...
@@ -217,7 +217,7 @@ export struct CompParser {
} else {
Divider().strokeWidth(5).color('#f5f5f5')
}
} else if (this.compDTO.compType === 'appStyle') {
} else if (this.compDTO.compType === 'appStyle'
|| this.compDTO.compStyle === CompStyle.Zh_Single_Row_01
) {
if (
this.nextCompDTO.compStyle === CompStyle.Card_09 ||
this.nextCompDTO?.operDataList?.[0]?.appStyle === CompStyle.Card_10 ||
...
...
sight_harmony/features/wdComponent/src/main/ets/components/lottie/LottieView.ets
View file @
232a597
...
...
@@ -71,8 +71,8 @@ export struct LottieView {
this.onDestroyAnimation()
})
.onAppear(()=>{
this.loadAnimation();
})
this.loadAnimation();
})
}
}
...
...
Please
register
or
login
to post a comment