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-06-27 09:27:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b3bf0fb49ada25b361bd9c993f73e66f655da78
4b3bf0fb
1 parent
e8c50756
feat: 优化早晚报图片展示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/CardView.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/CardView.ets
View file @
4b3bf0f
...
...
@@ -441,7 +441,7 @@ export struct PaperSingleColumn999CardView {
Stack({ alignContent: Alignment.BottomEnd }) {
Image(this.item?.coverUrl)
.borderRadius(5)
.objectFit(ImageFit.
Fill
)
.objectFit(ImageFit.
Cover
)
.aspectRatio(16 / 10) ///图片设计比例
.padding({ top: 10 })
//视频
...
...
Please
register
or
login
to post a comment