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-09-09 15:02:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fb86ae50b28b1400aec52f25b7cd584c3527cad7
fb86ae50
1 parent
70abbfc6
fix: 20234 【uat】 进入热点,查看“英姿飒爽!武警女兵进行课目训练太帅了”卡片图片,卡片图片拉伸了,预期不拉申
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card10Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card10Component.ets
View file @
fb86ae5
...
...
@@ -249,16 +249,16 @@ export struct Card10ComponentTimelineItem {
.backgroundColor(0xf5f5f5)
.width(117)
.height(78)
.objectFit(ImageFit.Co
ver
)
.objectFit(ImageFit.Co
ntain
)
.borderRadius($r('app.float.image_border_radius'))
.borderStyle(BorderStyle.Solid)
.borderWidth(0.5)
.borderColor($r('app.color.color_0D000000'))
.margin({ left: 12 })
CardMediaInfo({
contentDTO: this.createMediaInfoContent(this.slideItem)
})
}
.margin({ left: 12 })
.alignContent(Alignment.BottomEnd)
.height(78)
} else {
...
...
Please
register
or
login
to post a comment