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-08-23 17:40:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bab31a973b4379f515dbb8419558265ee1ef24eb
bab31a97
1 parent
1cb9bd23
fix: 轮播图只有一项ui优化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 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 @
bab31a9
...
...
@@ -214,8 +214,9 @@ struct CarouselLayout01CardView {
colors: [[0x7508111A, 0.0], [0x7508111A, 0.3], [Color.Transparent, 1.0]]
})
.position({
bottom:
1
0
bottom: 0
})
.borderRadius($r('app.float.image_border_radius'))
}
.width(CommonConstants.FULL_PARENT)
.height(CommonConstants.FULL_PARENT)
...
...
Please
register
or
login
to post a comment