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-05-30 18:17:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
938917560abec39ff248e4d18248b9552330cac2
93891756
1 parent
4177fb90
feat: 0530紧急ui bug
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card6Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card6Component.ets
View file @
9389175
...
...
@@ -107,7 +107,7 @@ export struct Card6Component {
}
.alignItems(HorizontalAlign.Start)
.height(
this.contentDTO.appStyle === CompStyle.Card_13 ? 78: 156
)
.height(
78
)
.justifyContent(FlexAlign.SpaceBetween)
...
...
@@ -119,7 +119,7 @@ export struct Card6Component {
.backgroundColor(this.loadImg ? $r('app.color.color_B0B0B0') : 0xf5f5f5)
.borderRadius(5)
.aspectRatio(this.contentDTO.appStyle === CompStyle.Card_13 ? 3 / 2 : 3 / 4)
.height(
this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156
)
.height(
78
)
CardMediaInfo({ contentDTO: this.contentDTO })
}
...
...
@@ -138,7 +138,7 @@ export struct Card6Component {
})
.width(CommonConstants.FULL_WIDTH)
// .height(this.contentDTO.appStyle === CompStyle.Card_13 ? 107 : 217
)
.height(106
)
.justifyContent(FlexAlign.SpaceBetween)
.alignItems(VerticalAlign.Top)
}
...
...
Please
register
or
login
to post a comment