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-10-21 15:36:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c902419d5e55a6e45ce6749b32407d26e6fd974
7c902419
1 parent
7fe5e0cf
feat:优化人民号动态卡展示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/DynamicDetailComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card19Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/DynamicDetailComponent.ets
View file @
7c90241
...
...
@@ -1216,7 +1216,7 @@ struct createImg {
// .aspectRatio(this.onePicW > this.onePicH ? 343 / 198 : 228 / 305)
.width('100%')
.constraintSize({
maxHeight: this.onePicW > this.onePicH ?
19
8 : 305
maxHeight: this.onePicW > this.onePicH ?
22
8 : 305
})
.autoResize(true)
.borderRadius(this.caclImageRadius(index))
...
...
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card19Component.ets
View file @
7c90241
...
...
@@ -327,7 +327,7 @@ struct createImg {
// .aspectRatio(this.onePicW > this.onePicH ? 343 / 198 : 228 / 305)
.width('100%')
.constraintSize({
maxHeight: this.onePicW > this.onePicH ?
19
8 : 305
maxHeight: this.onePicW > this.onePicH ?
22
8 : 305
})
.autoResize(true)
.borderRadius(this.caclImageRadius(index))
...
...
Please
register
or
login
to post a comment