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-14 16:50:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
29ad92b510d9953c7208f9279dd68180eb8bfe5d
29ad92b5
1 parent
024de000
fix: 18465 UI还原问题-【uat】顶部广告,滑动效果和android不一致,看视频
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhCarouselLayout01.ets
sight_harmony/features/wdComponent/src/main/ets/components/compview/ZhCarouselLayout01.ets
View file @
29ad92b
...
...
@@ -292,6 +292,10 @@ struct indicatorAnimations {
// Image($r('app.media.swiper_indicator_gray'))
// .width('100%')
// .height(2)
Image($r('app.media.swiper_indicator_gray'))
.width('100%')
.height(2)
Image($r('app.media.swiper_indicator_white'))
.width(this.leftW)
.height(2)
...
...
@@ -323,6 +327,9 @@ struct indicatorAnimations {
// Image($r('app.media.swiper_indicator_gray'))
// .width('100%')
// .height(2)
Image($r('app.media.swiper_indicator_gray'))
.width('100%')
.height(2)
Image($r('app.media.swiper_indicator_white'))
.width(this.rightW)
.height(2)
...
...
Please
register
or
login
to post a comment