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-05 15:48:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cec56a0c948bf0b21ce2f604de7b83706ce9c54b
cec56a0c
1 parent
a6995384
fix: 19525 【UI走查-卡片】折叠屏展开-单图卡
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 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 @
cec56a0
...
...
@@ -115,7 +115,7 @@ export struct Card6Component {
.height(this.contentDTO.appStyle === CompStyle.Card_13 ? '' : 156)
.constraintSize({minHeight: 78})
.justifyContent(FlexAlign.SpaceBetween)
.width('
64%
')
.width('
calc(100% - 117vp - 12vp)
')
Stack({alignContent: Alignment.BottomEnd}) {
...
...
Please
register
or
login
to post a comment