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
zhangfengjin
2024-05-14 18:30:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
116a5cb30b5b74f0f4f33b185535d43d2c676e93
116a5cb3
1 parent
e8dbfc8a
fix: 17003 UI还原问题-【uat】-小视频卡、单图卡间距问题修复
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 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 @
116a5cb
...
...
@@ -54,7 +54,7 @@ export struct Card6Component {
this.contentDTO.objectType == '5' ? 30 : 0)
}.alignContent(Alignment.TopStart)
}.height("
80
%")
}.height("
75
%")
.justifyContent(FlexAlign.Start)
...
...
@@ -63,14 +63,14 @@ export struct Card6Component {
}
.alignItems(HorizontalAlign.Start)
.justifyContent(FlexAlign.Start)
.width('
58
%')
.width('
64
%')
Stack() {
Image(this.loadImg ? this.contentDTO.coverUrl : '')
.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 ?
9
0 : 180)
.height(this.contentDTO.appStyle === CompStyle.Card_13 ?
8
0 : 180)
CardMediaInfo({ contentDTO: this.contentDTO })
}
.alignContent(Alignment.BottomEnd)
...
...
@@ -86,7 +86,7 @@ export struct Card6Component {
bottom: $r('app.float.card_comp_pagePadding_tb')
})
.width(CommonConstants.FULL_WIDTH)
.height(this.contentDTO.appStyle === CompStyle.Card_13 ? 1
2
7 : 217)
.height(this.contentDTO.appStyle === CompStyle.Card_13 ? 1
0
7 : 217)
.justifyContent(FlexAlign.SpaceBetween)
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment