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-06-11 16:30:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a37ced6597ffe397cb4cc751bcb326345017c36a
a37ced65
1 parent
2cd80333
fix: 18738 必修--人民号单图卡-三行标题位置超出分割线
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 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 @
a37ced6
...
...
@@ -109,7 +109,8 @@ export struct Card6Component {
}
.alignItems(HorizontalAlign.Start)
.height(this.contentDTO.appStyle === CompStyle.Card_13 ? 78 : 156)
.height(this.contentDTO.appStyle === CompStyle.Card_13 ? '' : 156)
.constraintSize({minHeight: 78})
.justifyContent(FlexAlign.SpaceBetween)
.width('64%')
...
...
Please
register
or
login
to post a comment