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-09-26 16:34:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ff8db9c245220f69d019429f8595062b2617058e
ff8db9c2
1 parent
09ca4ae6
feat:优化代码
Hide 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 @
ff8db9c
...
...
@@ -443,7 +443,7 @@ export struct PaperSingleColumn999CardView {
.margin({ left: 16, right: 16, top: 16 })
if (this.item?.coverUrl) {
Stack({ alignContent: Alignment.BottomEnd }) {
Image('')
Image(
this.loadImg?this.item?.coverUrl:
'')
.borderRadius(5)
.objectFit(ImageFit.Fill)
// .aspectRatio(319 / 179) ///图片设计比例
...
...
Please
register
or
login
to post a comment